siteDirectory . '/settings.php'); parent::setUp(); } /** * Verifies that installation succeeded. */ public function testInstaller() { $this->assertUrl('user/1'); $this->assertResponse(200); } }