protected function LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp in Lingotek Translation 8.2
Same name and namespace in other branches
- 4.0.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.1.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.2.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.3.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.4.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.5.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.6.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.7.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
- 3.8.x tests/src/Functional/LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest::setUp()
Overrides LingotekNodeNestedParagraphsTranslationTest::setUp
File
- tests/
src/ Functional/ LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest.php, line 25
Class
- LingotekNodeNestedTranslatableParagraphsAsymmetricTranslationTest
- Tests translating a node with multiple locales including translatable nested paragraphs configured with the asymmetric widget.
Namespace
Drupal\Tests\lingotek\FunctionalCode
protected function setUp() : void {
$this
->markTestSkipped('Requires paragraphs_asymmetric_translation_widgets and that has not a D9 compatible version.');
parent::setUp();
$this
->setFormDisplaysToAsymmetric();
}