be($this->user());
$this->call('GET', route('admin.index'));
$this->assertResponseStatus(200);
// has bread crumb
$this->see('
');
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}