Skip to content

Commit 1a9b8ea

Browse files
committed
Remove unused properties
1 parent 68b6151 commit 1a9b8ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/TestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44

55
use Illuminate\Support\Facades\Route;
66
use Orchestra\Testbench\TestCase as Orchestra;
7-
use Rakutentech\LaravelRequestDocs\LaravelRequestDocs;
87
use Rakutentech\LaravelRequestDocs\LaravelRequestDocsServiceProvider;
9-
use Rakutentech\LaravelRequestDocs\LaravelRequestDocsToOpenApi;
108
use Rakutentech\LaravelRequestDocs\Tests\Stubs\TestControllers;
119

1210
class TestCase extends Orchestra
1311
{
14-
protected LaravelRequestDocs $lrd;
15-
protected LaravelRequestDocsToOpenApi $lrdToOpenApi;
1612

1713
public function setUp(): void
1814
{
1915
parent::setUp();
20-
$this->lrd = new LaravelRequestDocs();
21-
$this->lrdToOpenApi = new LaravelRequestDocsToOpenApi();
2216
$this->registerRoutes();
2317
}
2418

0 commit comments

Comments
 (0)