You are here

public static property DynamicEntityReferenceTest::$modules in Dynamic Entity Reference 7

Modules to enable.

Type: array

File

./dynamic_entity_reference.test, line 38
Contains tests for the module.

Class

DynamicEntityReferenceTest
Ensures that Dynamic Entity References field works correctly.

Code

public static $modules = array(
  'entityreference',
  'entity',
  'field_ui',
  'dynamic_entity_reference',
  'node',
);