Commit 1b81796a 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

(cherry picked from commit b229d92c)
parent 2c313d68
Loading
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -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.