Skip to content

Commit

Permalink
Test Improvements
Browse files Browse the repository at this point in the history
also exclude all other packages.

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 24, 2023
1 parent 49f4d60 commit cff1f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FeatureTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function getPackageProviders($app)

public function ignorePackageDiscoveriesFrom()
{
return ['spatie/laravel-ray'];
return ['*', 'spatie/laravel-ray'];
}

protected function resolveApplicationCore($app)
Expand Down

0 comments on commit cff1f62

Please sign in to comment.