public static property EntityOperationsTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php, line 22
Contains \Drupal\system\Tests\Entity\EntityOperationsTest.

Class

EntityOperationsTest
Tests for entity operations, that they can be altered.

Namespace

Drupal\system\Tests\Entity

Code

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