BlockHookOperationTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/block/tests/src/Functional/BlockHookOperationTest.php \Drupal\Tests\block\Functional\BlockHookOperationTest::modules
  2. 10 core/modules/block/tests/src/Functional/BlockHookOperationTest.php \Drupal\Tests\block\Functional\BlockHookOperationTest::modules
  3. 11.x core/modules/block/tests/src/Functional/BlockHookOperationTest.php \Drupal\Tests\block\Functional\BlockHookOperationTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockHookOperationTest.php, line 19

Class

BlockHookOperationTest
Tests for Block module regarding hook_entity_operations_alter().

Namespace

Drupal\Tests\block\Functional

Code

protected static $modules = [
    'block',
    'entity_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.