Skip to content

Commit b3db1ac

Browse files
authored
Returned RayServiceProvider in TestCase
1 parent b5ea11f commit b3db1ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
88
use Auth0\Laravel\ServiceProvider;
99
use Orchestra\Testbench\Concerns\CreatesApplication;
10+
use Spatie\LaravelRay\RayServiceProvider;
1011

1112
class TestCase extends BaseTestCase
1213
{
@@ -18,6 +19,7 @@ class TestCase extends BaseTestCase
1819
protected function getPackageProviders($app)
1920
{
2021
return [
22+
RayServiceProvider::class,
2123
ServiceProvider::class,
2224
];
2325
}

0 commit comments

Comments
 (0)