mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Satisfy PHPUnit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user