Chris@16: root . DIRECTORY_SEPARATOR . $this->siteDirectory; Chris@16: file_put_contents($path . '/settings.php', ''); Chris@16: } Chris@16: Chris@16: /** Chris@16: * Verifies that installation succeeded. Chris@16: */ Chris@16: public function testInstaller() { Chris@16: $this->assertUrl('user/1'); Chris@16: $this->assertResponse(200); Chris@16: } Chris@16: Chris@16: }