public static property InvalidUpdateHookTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php \Drupal\system\Tests\Update\InvalidUpdateHookTest::modules
Modules to enable.
Type: array
File
- core/
modules/ system/ src/ Tests/ Update/ InvalidUpdateHookTest.php, line 26 - Contains \Drupal\system\Tests\Update\InvalidUpdateHookTest.
Class
- InvalidUpdateHookTest
- Tests that a module implementing hook_update_8000() causes an error to be displayed on update.
Namespace
Drupal\system\Tests\UpdateCode
public static $modules = array(
'update_test_invalid_hook',
'update_script_test',
'dblog',
);