mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Resolve merge
This commit is contained in:
@@ -22,8 +22,6 @@ public function test_it_gets_front_controller()
|
||||
{
|
||||
$driver = new KirbyValetDriver();
|
||||
|
||||
$_SERVER['HTTP_HOST'] = 'this is set in Valet requests but not phpunit';
|
||||
|
||||
$projectPath = $this->projectDir('kirby');
|
||||
$this->assertEquals($projectPath.'/index.php', $driver->frontControllerPath($projectPath, 'my-site', '/'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user