We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa47a8 commit e893f5fCopy full SHA for e893f5f
tests/BrewTest.php
@@ -390,7 +390,7 @@ public function test_get_all_running_services_will_return_unique_services()
390
* @dataProvider supportedPhpLinkPathProvider
391
*/
392
#[DataProvider('supportedPhpLinkPathProvider')]
393
- 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)
394
{
395
$getBrewMock = function ($filesystem) {
396
$brewMock = Mockery::mock(Brew::class, [new CommandLine, $filesystem])->makePartial();
0 commit comments