get('/'); $response->assertStatus(200); } public function testProfitPolygonalChart() { $response = $this->get('index/profitChart'); $response->assertStatus(200); } }