mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +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
|
||||||
*/
|
*/
|
||||||
#[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) {
|
$getBrewMock = function ($filesystem) {
|
||||||
$brewMock = Mockery::mock(Brew::class, [new CommandLine, $filesystem])->makePartial();
|
$brewMock = Mockery::mock(Brew::class, [new CommandLine, $filesystem])->makePartial();
|
||||||
|
|||||||
Reference in New Issue
Block a user