Skip to content

Commit 408fd89

Browse files
authored
[Tests] Aligned SearchServiceTest to rely on BaseTestCase from the core (#71)
1 parent 9e03f06 commit 408fd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/Repository/SearchServiceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType;
1414
use Ibexa\FieldTypeMatrix\FieldType\Value;
1515
use Ibexa\FieldTypeMatrix\FieldType\Value\Row;
16-
use Ibexa\Tests\Integration\Core\Repository\BaseTest;
16+
use Ibexa\Tests\Integration\Core\Repository\BaseTestCase;
1717

18-
final class SearchServiceTest extends BaseTest
18+
final class SearchServiceTest extends BaseTestCase
1919
{
2020
public function testFindContentWithMatrixFieldType(): void
2121
{

0 commit comments

Comments
 (0)