You are here

public static property ContentTranslationContextualLinksTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php \Drupal\content_translation\Tests\ContentTranslationContextualLinksTest::modules

Modules to enable.

Type: array

File

core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php, line 55
Contains \Drupal\content_translation\Tests\ContentTranslationContextualLinksTest.

Class

ContentTranslationContextualLinksTest
Tests that contextual links are available for content translation.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = array(
  'content_translation',
  'contextual',
  'node',
);