public static property EntityAccessTest::$modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php, line 20
Contains Drupal\system\Tests\Entity\EntityAccessTest.

Class

EntityAccessTest
Tests the entity access controller.

Namespace

Drupal\system\Tests\Entity

Code

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