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 6e8a7aa commit bb27331Copy full SHA for bb27331
tests/Feature/TestCase.php
@@ -5,9 +5,9 @@
5
use Limenet\LaravelElasticaBridge\Repository\IndexRepository;
6
use Limenet\LaravelElasticaBridge\Tests\App\Elasticsearch\CustomerIndex;
7
use Limenet\LaravelElasticaBridge\Tests\App\Elasticsearch\ProductIndex;
8
-use Orchestra\Testbench\TestCase as Orchestra;
+use Limenet\LaravelElasticaBridge\Tests\TestCase as TestsTestCase;
9
10
-class TestCase extends Orchestra
+class TestCase extends TestsTestCase
11
{
12
protected CustomerIndex $customerIndex;
13
protected ProductIndex $productIndex;
0 commit comments