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.
BaseTestCase
1 parent 9e03f06 commit 408fd89Copy full SHA for 408fd89
tests/lib/Repository/SearchServiceTest.php
@@ -13,9 +13,9 @@
13
use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType;
14
use Ibexa\FieldTypeMatrix\FieldType\Value;
15
use Ibexa\FieldTypeMatrix\FieldType\Value\Row;
16
-use Ibexa\Tests\Integration\Core\Repository\BaseTest;
+use Ibexa\Tests\Integration\Core\Repository\BaseTestCase;
17
18
-final class SearchServiceTest extends BaseTest
+final class SearchServiceTest extends BaseTestCase
19
{
20
public function testFindContentWithMatrixFieldType(): void
21
0 commit comments