diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php index 193de7c9d784fb90d2d6249d3550189e29b52a38..c189ede404f60ce204d09d446ec158047b748e12 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php @@ -31,11 +31,17 @@ class ContentTranslationMetadataFieldsTest extends ContentTranslationTestBase { protected static $modules = ['language', 'content_translation', 'node']; /** - * The profile to install as a basis for testing. - * - * @var string + * {@inheritdoc} + */ + protected $defaultTheme = 'stark'; + + /** + * {@inheritdoc} */ - protected $profile = 'standard'; + protected function setupBundle() { + parent::setupBundle(); + $this->createContentType(['type' => $this->bundle]); + } /** * Tests skipping setting non translatable metadata fields.