protected function LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp in Lingotek Translation 3.5.x
Same name in this branch
- 3.5.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.5.x tests/src/FunctionalJavascript/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\FunctionalJavascript\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 4.0.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.1.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.2.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.3.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.4.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.6.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.7.x tests/src/Functional/LingotekNodeTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 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\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this
->setFormDisplaysToAsymmetric();
}