Add tests for changed controllers

This commit is contained in:
Dane Everitt 2018-07-04 19:20:33 -07:00
parent ec8e434375
commit 6c20ea9881
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 62 additions and 304 deletions

View file

@ -76,7 +76,7 @@ class IndexControllerTest extends ControllerTestCase
->shouldReceive('filterUserAccessServers')->with($model, User::FILTER_LEVEL_ALL)
->once()->andReturn($paginator);
$response = $this->controller->getIndex($this->request);
$response = $this->controller->index($this->request);
$this->assertIsViewResponse($response);
$this->assertViewNameEquals('base.index', $response);
$this->assertViewHasKey('servers', $response);