1
0
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:
Matt Stauffer
2023-02-10 20:09:28 -05:00
parent 4af660e0f8
commit c24ae19972
3 changed files with 30 additions and 23 deletions

View File

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