public static property EntityReferenceAutocompleteTest::$modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php, line 46
Contains \Drupal\entity_reference\Tests\EntityReferenceAutocompleteTest.

Class

EntityReferenceAutocompleteTest
Tests the autocomplete functionality of Entity Reference.

Namespace

Drupal\entity_reference\Tests

Code

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