You are here

protected function LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp in Lingotek Translation 3.7.x

Same name in this branch
  1. 3.7.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  2. 3.7.x tests/src/FunctionalJavascript/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\FunctionalJavascript\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  2. 4.0.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  3. 3.1.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  4. 3.2.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  5. 3.3.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  6. 3.4.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  7. 3.5.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  8. 3.6.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
  9. 3.8.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()

Overrides LingotekNodeParagraphsTranslationTest::setUp

File

tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php, line 23

Class

LingotekNodeTranslatableParagraphsAsymmetricTranslationTest
Tests translating a node with multiple locales including translatable paragraphs.

Namespace

Drupal\Tests\lingotek\Functional

Code

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