1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-08 17:20:08 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-03 02:15:35 +00:00
parent 711e3dd2ba
commit e952fa59cb
9 changed files with 9 additions and 11 deletions

View File

@@ -23,6 +23,6 @@ public function test_it_gets_front_controller()
$driver = new CakeValetDriver();
$projectPath = $this->projectDir('cake');
$this->assertEquals($projectPath . '/webroot/index.php', $driver->frontControllerPath($projectPath, 'my-site', '/'));
$this->assertEquals($projectPath.'/webroot/index.php', $driver->frontControllerPath($projectPath, 'my-site', '/'));
}
}