You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityOperationsTest.php \Drupal\system\Tests\Entity\EntityOperationsTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityOperationsTest.php, line 24
Contains \Drupal\system\Tests\Entity\EntityOperationsTest.

Class

EntityOperationsTest
Tests that operations can be injected from the hook.

Namespace

Drupal\system\Tests\Entity

Code

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