public static property EntityReferenceAutoCreateTest::$modules

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php, line 26
Contains \Drupal\entity_reference\Tests\EntityReferenceAutoCreateTest.

Class

EntityReferenceAutoCreateTest
Tests the Entity Reference auto-creation feature.

Namespace

Drupal\entity_reference\Tests

Code

public static $modules = array(
  'entity_reference',
  'node',
);