Skip to content
Snippets Groups Projects
Commit b229d92c authored by catch's avatar catch
Browse files

Issue #3308928 by smustgrave, longwave, borisson_: Fix test performance of...

Issue #3308928 by smustgrave, longwave, borisson_: Fix test performance of Drupal\Tests\content_translation\Functional\ContentTranslationMetadataFieldsTest
parent cf5e2c17
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,17 @@ class ContentTranslationMetadataFieldsTest extends ContentTranslationTestBase { ...@@ -31,11 +31,17 @@ class ContentTranslationMetadataFieldsTest extends ContentTranslationTestBase {
protected static $modules = ['language', 'content_translation', 'node']; protected static $modules = ['language', 'content_translation', 'node'];
/** /**
* The profile to install as a basis for testing. * {@inheritdoc}
* */
* @var string protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/ */
protected $profile = 'standard'; protected function setupBundle() {
parent::setupBundle();
$this->createContentType(['type' => $this->bundle]);
}
/** /**
* Tests skipping setting non translatable metadata fields. * Tests skipping setting non translatable metadata fields.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment