You are here

protected static property ContentTranslationContextualLinksTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationContextualLinksTest::modules
  2. 9 core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php \Drupal\Tests\content_translation\FunctionalJavascript\ContentTranslationContextualLinksTest::modules
Same name and namespace in other branches
  1. 8 core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationContextualLinksTest::modules
  2. 10 core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationContextualLinksTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php, line 55

Class

ContentTranslationContextualLinksTest
Tests that contextual links are available for content translation.

Namespace

Drupal\Tests\content_translation\Functional

Code

protected static $modules = [
  'content_translation',
  'contextual',
  'node',
];