mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Add legacy drivers for the remainder of v3
This commit is contained in:
@@ -17,6 +17,10 @@ public function test_it_assigns_drivers_to_given_project()
|
||||
{
|
||||
$assignedDriver = ValetDriver::assign($this->projectDir('bedrock'), 'my-site', '/');
|
||||
|
||||
$this->assertEquals('Valet\Drivers\BedrockValetDriver', get_class($assignedDriver));
|
||||
// For v4:
|
||||
// $this->assertEquals('Valet\Drivers\BedrockValetDriver', get_class($assignedDriver));
|
||||
|
||||
// For now, because legacy:
|
||||
$this->assertEquals('BedrockValetDriver', get_class($assignedDriver));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user