You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php \Drupal\field\Tests\EntityReference\EntityReferenceFileUploadTest::modules

File

core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php, line 20
Contains \Drupal\field\Tests\EntityReference\EntityReferenceFileUploadTest.

Class

EntityReferenceFileUploadTest
Tests an autocomplete widget with file upload.

Namespace

Drupal\field\Tests\EntityReference

Code

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