You are here

public static property LingotekNodeWithLinkTranslationTest::$modules in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  2. 4.0.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  3. 3.1.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  4. 3.2.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  5. 3.3.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  6. 3.4.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  7. 3.5.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  8. 3.6.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  9. 3.7.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules
  10. 3.8.x tests/src/Functional/LingotekNodeWithLinkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithLinkTranslationTest::modules

Modules to install.

Type: array

Overrides LingotekTestBase::$modules

File

tests/src/Functional/LingotekNodeWithLinkTranslationTest.php, line 24

Class

LingotekNodeWithLinkTranslationTest
Tests translating a node that contains a link field.

Namespace

Drupal\Tests\lingotek\Functional

Code

public static $modules = [
  'block',
  'node',
  'image',
  'comment',
  'link',
  'dblog',
];