Loading core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ protected function setUp(): void { $this->bundle = 'basic'; $this->testLanguageSelector = FALSE; parent::setUp(); $this->doSetup(); $this->drupalPlaceBlock('page_title_block'); } Loading core/modules/comment/tests/src/Functional/CommentTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ protected function setUp(): void { $this->testLanguageSelector = FALSE; $this->subject = $this->randomMachineName(); parent::setUp(); $this->doSetup(); } /** Loading core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ protected function setUp(): void { // Use the entity_test_mul as this has multilingual property support. $this->entityTypeId = 'entity_test_mul_changed'; parent::setUp(); $this->doSetup(); } /** Loading core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php +8 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,14 @@ protected function setupBundle() { $this->createContentType(['type' => $this->bundle]); } /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); $this->doSetup(); } /** * Tests skipping setting non translatable metadata fields. */ Loading core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ class ContentTranslationNewTranslationWithExistingRevisionsTest extends ContentT */ protected function setUp(): void { parent::setUp(); $this->doSetup(); $this->enableContentModeration(); } Loading Loading
core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ protected function setUp(): void { $this->bundle = 'basic'; $this->testLanguageSelector = FALSE; parent::setUp(); $this->doSetup(); $this->drupalPlaceBlock('page_title_block'); } Loading
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ protected function setUp(): void { $this->testLanguageSelector = FALSE; $this->subject = $this->randomMachineName(); parent::setUp(); $this->doSetup(); } /** Loading
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ protected function setUp(): void { // Use the entity_test_mul as this has multilingual property support. $this->entityTypeId = 'entity_test_mul_changed'; parent::setUp(); $this->doSetup(); } /** Loading
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php +8 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,14 @@ protected function setupBundle() { $this->createContentType(['type' => $this->bundle]); } /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); $this->doSetup(); } /** * Tests skipping setting non translatable metadata fields. */ Loading
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ class ContentTranslationNewTranslationWithExistingRevisionsTest extends ContentT */ protected function setUp(): void { parent::setUp(); $this->doSetup(); $this->enableContentModeration(); } Loading