Make sure the loop is broken. #595

This commit is contained in:
James Cole
2017-02-25 13:34:44 +01:00
parent 8decf8ab9f
commit eed8fe22c6
2 changed files with 13 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ class AccountControllerTest extends TestCase
{
$this->be($this->user());
$this->changeDateRange($this->user(), $range);
$response = $this->get(route('accounts.show.all', [1]));
$response = $this->get(route('accounts.show', [1, 'all']));
$response->assertStatus(200);
// has bread crumb
$response->assertSee('<ol class="breadcrumb">');