Fix remaining broken tests
This commit is contained in:
parent
6c20ea9881
commit
c82f273d85
7 changed files with 22 additions and 61 deletions
|
@ -78,7 +78,7 @@ class IndexControllerTest extends ControllerTestCase
|
|||
|
||||
$response = $this->controller->index($this->request);
|
||||
$this->assertIsViewResponse($response);
|
||||
$this->assertViewNameEquals('base.index', $response);
|
||||
$this->assertViewNameEquals('templates.base.core', $response);
|
||||
$this->assertViewHasKey('servers', $response);
|
||||
$this->assertViewKeyEquals('servers', $paginator, $response);
|
||||
}
|
||||
|
|
Reference in a new issue