seed(); $response = $this->get('/items/create'); $response->assertStatus(200); } /** * @return void */ public function test_display_the_home_dashboard_tag() { $this->seed(); $response = $this->get('/items/create'); $response->assertSee('Home dashboard'); } }