diff --git a/tests/lib/Integration/API/DescendantIndexingLocationTest.php b/tests/lib/Integration/API/DescendantIndexingLocationTest.php index a34e01f8..02de0dec 100644 --- a/tests/lib/Integration/API/DescendantIndexingLocationTest.php +++ b/tests/lib/Integration/API/DescendantIndexingLocationTest.php @@ -525,7 +525,6 @@ private function createLocationsForTesting(): array $locationCreateStruct = $locationService->newLocationCreateStruct($childLocation->id); $contentCreateStruct = $contentService->newContentCreateStruct($contentType3, 'eng-GB'); $contentCreateStruct->setField('name', 'more'); - $contentCreateStruct->setField('name', 'mogorush', 'ger-DE'); $contentDraft = $contentService->createContent($contentCreateStruct, [$locationCreateStruct]); $grandChildContentCreated = $contentService->publishVersion($contentDraft->versionInfo); $grandChildLocation = $grandChildContentCreated->contentInfo->getMainLocation(); diff --git a/tests/lib/Integration/API/DescendantIndexingTrashTest.php b/tests/lib/Integration/API/DescendantIndexingTrashTest.php index 62c3bb79..c7e458c3 100644 --- a/tests/lib/Integration/API/DescendantIndexingTrashTest.php +++ b/tests/lib/Integration/API/DescendantIndexingTrashTest.php @@ -13,9 +13,6 @@ use Ibexa\Core\Repository\SiteAccessAware\ContentTypeService; use Ibexa\Tests\Integration\Core\Repository\BaseTest; -/** - * @group descendant-indexing - */ final class DescendantIndexingTrashTest extends BaseTest { @@ -143,8 +140,6 @@ private function createContentForTesting() { $locationCreateStruct = $locationService->newLocationCreateStruct($childLocation->id); $contentCreateStruct = $contentService->newContentCreateStruct($contentType3, 'eng-GB'); $contentCreateStruct->setField('name', 'more'); - //for testDeleteTranslation() - $contentCreateStruct->setField('name', 'mogorush', 'ger-DE'); $contentDraft = $contentService->createContent($contentCreateStruct, [$locationCreateStruct]); $grandChildContentCreated = $contentService->publishVersion($contentDraft->versionInfo);