You are here

protected function LayoutBuilderTranslationTest::setUp in Layout Builder Symmetric Translations 8

Overrides ContentTranslationTestBase::setUp

File

tests/src/Functional/LayoutBuilderTranslationTest.php, line 40

Class

LayoutBuilderTranslationTest
Tests that the Layout Builder UI works with translated content.

Namespace

Drupal\Tests\layout_builder_st\Functional

Code

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