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

Merge branch 'master' into version-4

This commit is contained in:
Matt Stauffer
2023-02-15 13:21:58 -05:00
committed by GitHub

View File

@@ -370,9 +370,6 @@ public function test_getAllRunningServices_will_return_unique_services()
/**
* @dataProvider supportedPhpLinkPathProvider
*
* @param $path
* @param $matches
*/
public function test_get_parsed_linked_php_will_return_matches_for_linked_php($path, $matches)
{
@@ -390,10 +387,6 @@ public function test_get_parsed_linked_php_will_return_matches_for_linked_php($p
/**
* @dataProvider supportedPhpLinkPathProvider
*
* @param $path
* @param $matches
* @param $expectedLinkFormula
*/
public function test_get_linked_php_formula_will_return_linked_php_directory($path, $matches, $expectedLinkFormula)
{