Laravel-Testing-Decoded icon indicating copy to clipboard operation
Laravel-Testing-Decoded copied to clipboard

Chapter 10: Testing controllers -> Paths

Open simplenotezy opened this issue 10 years ago • 0 comments

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']);

simplenotezy avatar Dec 17 '14 23:12 simplenotezy