You are here

LingotekNodeNestedTranslatableParagraphsTranslationTest.php in Lingotek Translation 3.6.x

File

tests/src/Functional/LingotekNodeNestedTranslatableParagraphsTranslationTest.php
View source
<?php

namespace Drupal\Tests\lingotek\Functional;


/**
 * Tests translating a node with multiple locales including translatable nested
 * paragraphs.
 *
 * @group lingotek
 * @group legacy
 */
class LingotekNodeNestedTranslatableParagraphsTranslationTest extends LingotekNodeNestedParagraphsTranslationTest {
  protected $paragraphsTranslatable = TRUE;

}

Classes

Namesort descending Description
LingotekNodeNestedTranslatableParagraphsTranslationTest Tests translating a node with multiple locales including translatable nested paragraphs.