Skip to content
Snippets Groups Projects

Issue #3308928 by smustgrave: Fix test performance of...

1 file
+ 10
4
Compare changes
  • Side-by-side
  • Inline
@@ -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.
Loading