You are here

protected function LayoutBuilderTranslationTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php \Drupal\Tests\layout_builder\Functional\LayoutBuilderTranslationTest::setUp()

Overrides ContentTranslationTestBase::setUp

File

core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php, line 42

Class

LayoutBuilderTranslationTest
Tests that the Layout Builder works with translated content.

Namespace

Drupal\Tests\layout_builder\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->setUpViewDisplay();
  $this
    ->setUpEntities();
}