protected static property DependencyHookInvocationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php \Drupal\Tests\system\Functional\UpdateSystem\DependencyHookInvocationTest::modules
- 10 core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php \Drupal\Tests\system\Functional\UpdateSystem\DependencyHookInvocationTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ DependencyHookInvocationTest.php, line 20
Class
- DependencyHookInvocationTest
- Tests that the hook invocation for determining update dependencies works correctly.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
protected static $modules = [
'update_test_0',
'update_test_1',
'update_test_2',
];