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 a0001fb commit 0a3fb43Copy full SHA for 0a3fb43
tests/TestCase.php
@@ -7,7 +7,6 @@
7
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
8
use Auth0\Laravel\ServiceProvider;
9
use Orchestra\Testbench\Concerns\CreatesApplication;
10
-use Spatie\LaravelRay\RayServiceProvider;
11
12
class TestCase extends BaseTestCase
13
{
@@ -19,7 +18,6 @@ class TestCase extends BaseTestCase
19
18
protected function getPackageProviders($app)
20
21
return [
22
- RayServiceProvider::class,
23
ServiceProvider::class,
24
];
25
}
0 commit comments