Skip to content

Commit e893f5f

Browse files
committed
Satisfy PHPUnit
1 parent 4fa47a8 commit e893f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BrewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function test_get_all_running_services_will_return_unique_services()
390390
* @dataProvider supportedPhpLinkPathProvider
391391
*/
392392
#[DataProvider('supportedPhpLinkPathProvider')]
393-
public function test_get_parsed_linked_php_will_return_matches_for_linked_php($path, $matches)
393+
public function test_get_parsed_linked_php_will_return_matches_for_linked_php($path, $matches, $unneeded)
394394
{
395395
$getBrewMock = function ($filesystem) {
396396
$brewMock = Mockery::mock(Brew::class, [new CommandLine, $filesystem])->makePartial();

0 commit comments

Comments
 (0)