public static property BlockLanguageTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php, line 27
Definition of Drupal\block\Tests\BlockLanguageTest.

Class

BlockLanguageTest
Functional tests for the language list configuration forms.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'language',
  'block',
);