Skip to content

Commit bb27331

Browse files
committed
fix inheritance
1 parent 6e8a7aa commit bb27331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Limenet\LaravelElasticaBridge\Repository\IndexRepository;
66
use Limenet\LaravelElasticaBridge\Tests\App\Elasticsearch\CustomerIndex;
77
use Limenet\LaravelElasticaBridge\Tests\App\Elasticsearch\ProductIndex;
8-
use Orchestra\Testbench\TestCase as Orchestra;
8+
use Limenet\LaravelElasticaBridge\Tests\TestCase as TestsTestCase;
99

10-
class TestCase extends Orchestra
10+
class TestCase extends TestsTestCase
1111
{
1212
protected CustomerIndex $customerIndex;
1313
protected ProductIndex $productIndex;

0 commit comments

Comments
 (0)