mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Bring #1361 into version-4
This commit is contained in:
@@ -953,6 +953,7 @@ public function test_it_can_read_php_rc_version()
|
||||
$this->assertEquals('php@8.0', $site->phpRcVersion('site-w-valetrc-1'));
|
||||
$this->assertEquals('php@8.1', $site->phpRcVersion('site-w-valetrc-2'));
|
||||
$this->assertEquals('php@8.2', $site->phpRcVersion('site-w-valetrc-3'));
|
||||
$this->assertEquals('php@8.2', $site->phpRcVersion('blabla', __DIR__.'/fixtures/Parked/Sites/site-w-valetrc-3'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user