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

Satisfy PHPUnit

This commit is contained in:
Matt Stauffer
2025-06-18 21:26:19 -07:00
parent 4fa47a8a66
commit e893f5f05c

View File

@@ -390,7 +390,7 @@ public function test_get_all_running_services_will_return_unique_services()
* @dataProvider supportedPhpLinkPathProvider
*/
#[DataProvider('supportedPhpLinkPathProvider')]
public function test_get_parsed_linked_php_will_return_matches_for_linked_php($path, $matches)
public function test_get_parsed_linked_php_will_return_matches_for_linked_php($path, $matches, $unneeded)
{
$getBrewMock = function ($filesystem) {
$brewMock = Mockery::mock(Brew::class, [new CommandLine, $filesystem])->makePartial();