HookOrderTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php, line 31

Class

HookOrderTest
Tests Hook Order.

Namespace

Drupal\KernelTests\Core\Hook

Code

protected static $modules = [
  'aaa_hook_order_test',
  'bbb_hook_order_test',
  'ccc_hook_order_test',
  'ddd_hook_order_test',
];

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