You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityFormTest.php, line 25
Contains \Drupal\system\Tests\Entity\EntityFormTest.

Class

EntityFormTest
Tests the entity form.

Namespace

Drupal\system\Tests\Entity

Code

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