BlockLanguageTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/block/tests/src/Functional/BlockLanguageTest.php \Drupal\Tests\block\Functional\BlockLanguageTest::modules
  2. 8.9.x core/modules/block/tests/src/Functional/BlockLanguageTest.php \Drupal\Tests\block\Functional\BlockLanguageTest::modules
  3. 10 core/modules/block/tests/src/Functional/BlockLanguageTest.php \Drupal\Tests\block\Functional\BlockLanguageTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockLanguageTest.php, line 27

Class

BlockLanguageTest
Tests per-language block configuration.

Namespace

Drupal\Tests\block\Functional

Code

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

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