This fixes the tests.

This commit is contained in:
James Cole
2016-12-07 20:45:26 +01:00
parent da3988cc63
commit efe290d96c
4 changed files with 38 additions and 23 deletions

View File

@@ -35,10 +35,9 @@ class HomeControllerTest extends TestCase
*/
public function testIndex()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
$this->be($this->user());
$this->call('GET', route('admin.index'));
$this->assertResponseStatus(200);
}
/**