1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Resolve merge

This commit is contained in:
Matt Stauffer
2022-12-18 15:15:24 -06:00
23 changed files with 239 additions and 107 deletions

View File

@@ -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', '/'));
}