You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/block/src/Tests/BlockHookOperationTest.php \Drupal\block\Tests\BlockHookOperationTest::modules

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockHookOperationTest.php, line 27
Contains \Drupal\block\Tests\BlockHookOperationTest.

Class

BlockHookOperationTest
Implement hook entity operations alter.

Namespace

Drupal\block\Tests

Code

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