ViewTranslationTest::$modules

Same name and namespace in other branches
  1. 10 core/modules/views/tests/src/Functional/ViewTranslationTest.php \Drupal\Tests\views\Functional\ViewTranslationTest::modules
  2. 11.x core/modules/views/tests/src/Functional/ViewTranslationTest.php \Drupal\Tests\views\Functional\ViewTranslationTest::modules

Type: modules

Overrides ViewTestBase::$modules

File

core/modules/views/tests/src/Functional/ViewTranslationTest.php, line 24

Class

ViewTranslationTest
Tests views title translation.

Namespace

Drupal\Tests\views\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.