LingotekNodeTranslatableParagraphsTranslationTest.php in Lingotek Translation 3.2.x
Same filename in this branch
Same filename and directory in other branches
- 8.2 tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 4.0.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.1.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.3.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.4.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.5.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.6.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.7.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
- 3.8.x tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
Namespace
Drupal\Tests\lingotek\FunctionalFile
tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.phpView source
<?php
namespace Drupal\Tests\lingotek\Functional;
/**
* Tests translating a node with multiple locales including translatable paragraphs.
*
* @group lingotek
* @group legacy
*/
class LingotekNodeTranslatableParagraphsTranslationTest extends LingotekNodeParagraphsTranslationTest {
protected $paragraphsTranslatable = TRUE;
}
Classes
Name | Description |
---|---|
LingotekNodeTranslatableParagraphsTranslationTest | Tests translating a node with multiple locales including translatable paragraphs. |