You are here

protected static property ConfigTranslationViewListUiTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php, line 30

Class

ConfigTranslationViewListUiTest
Visit view list and test if translate is available.

Namespace

Drupal\Tests\config_translation\Functional

Code

protected static $modules = [
  'config_translation',
  'views_ui',
];