public static property EntityUUIDTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php, line 23
Definition of Drupal\system\Tests\Entity\EntityUUIDTest.

Class

EntityUUIDTest
Tests creation, saving, and loading of entity UUIDs.

Namespace

Drupal\system\Tests\Entity

Code

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