You are here

LingotekNodeWithTranslatableParagraphsManageTranslationTabTest.php in Lingotek Translation 3.6.x

File

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

namespace Drupal\Tests\lingotek\Functional;


/**
 * Tests translating a node with translatable paragraphs using the bulk management form.
 *
 * @group lingotek
 * @group legacy
 */
class LingotekNodeWithTranslatableParagraphsManageTranslationTabTest extends LingotekNodeWithParagraphsManageTranslationTabTest {
  protected $paragraphsTranslatable = TRUE;

}

Classes

Namesort descending Description
LingotekNodeWithTranslatableParagraphsManageTranslationTabTest Tests translating a node with translatable paragraphs using the bulk management form.