Skip to content

Commit 3135984

Browse files
committed
fix: tests
1 parent bed0744 commit 3135984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/TestCase.php

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

1211
class TestCase extends BaseTestCase
1312
{
@@ -19,7 +18,6 @@ class TestCase extends BaseTestCase
1918
protected function getPackageProviders($app)
2019
{
2120
return [
22-
RayServiceProvider::class,
2321
ServiceProvider::class,
2422
];
2523
}

0 commit comments

Comments
 (0)