You are here

public static property LocaleTest::$modules in Entityform block 8

Modules to enable.

Type: array

Overrides EntityFormBlockTest::$modules

File

tests/src/Functional/LocaleTest.php, line 15

Class

LocaleTest
Tests localization aspects of the module.

Namespace

Drupal\Tests\entityform_block\Functional

Code

public static $modules = [
  'language',
  'locale',
];