Laravel-Testing-Decoded
Laravel-Testing-Decoded copied to clipboard
Chapter 10: Testing controllers -> Paths
Error in testStoreSuccess()
method on page 141. In line 15 in the codeblock you have:
$this->assertRedirectedToRoute('posts.index', ['flash']);
But should be:
$this->assertRedirectedToRoute('posts.index', [], ['flash']);