You are here

public static property TranslationLinkTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php \Drupal\content_translation\Tests\Views\TranslationLinkTest::modules

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php, line 35
Contains \Drupal\content_translation\Tests\Views\TranslationLinkTest.

Class

TranslationLinkTest
Tests the content translation overview link field handler.

Namespace

Drupal\content_translation\Tests\Views

Code

public static $modules = array(
  'content_translation_test_views',
);