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:
@@ -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', '/'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user