You are here

public static property EntityLanguageTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php \Drupal\system\Tests\Entity\EntityLanguageTestBase::modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php, line 47
Contains \Drupal\system\Tests\Entity\EntityLanguageTestBase.

Class

EntityLanguageTestBase
Base class for language-aware entity tests.

Namespace

Drupal\system\Tests\Entity

Code

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