You are here

protected static property ContentTranslationViewsUITest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php, line 26

Class

ContentTranslationViewsUITest
Tests the views UI when content_translation is enabled.

Namespace

Drupal\Tests\content_translation\Functional\Views

Code

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