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 26ec564 commit 3a13bbfCopy full SHA for 3a13bbf
tests/lib/Acceptance/TestCase.php
@@ -19,7 +19,6 @@
19
20
namespace LaravelJsonApi\Laravel\Tests\Acceptance;
21
22
-use App\JsonApi\V1\Server;
23
use Illuminate\Foundation\Testing\DatabaseMigrations;
24
use LaravelJsonApi\Laravel\ServiceProvider;
25
use LaravelJsonApi\Testing\MakesJsonApiRequests;
tests/lib/Integration/TestCase.php
namespace LaravelJsonApi\Laravel\Tests\Integration;
-use Illuminate\Support\Facades\Route;
use Orchestra\Testbench\TestCase as BaseTestCase;
0 commit comments