You are here

LingotekNodeTranslatableParagraphsTranslationTest.php in Lingotek Translation 3.6.x

File

tests/src/Functional/LingotekNodeTranslatableParagraphsTranslationTest.php
View 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

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