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 b5ea11f commit b3db1acCopy full SHA for b3db1ac
tests/TestCase.php
@@ -7,6 +7,7 @@
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
{
@@ -18,6 +19,7 @@ class TestCase extends BaseTestCase
18
19
protected function getPackageProviders($app)
20
21
return [
22
+ RayServiceProvider::class,
23
ServiceProvider::class,
24
];
25
}
0 commit comments