public static property EntityCrudHookTest::$modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

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

Class

EntityCrudHookTest
Tests invocation of hooks when performing an action.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'block',
  'block_test',
  'entity_crud_hook_test',
  'file',
  'taxonomy',
  'node',
  'comment',
);