private property InvalidUpdateHookTest::$updateUser in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php \Drupal\Tests\system\Functional\UpdateSystem\InvalidUpdateHookTest::updateUser
A user account with upgrade permission.
Type: \Drupal\user\UserInterface
File
- core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ InvalidUpdateHookTest.php, line 46
Class
- InvalidUpdateHookTest
- Tests that a module implementing hook_update_8000() causes an error to be displayed on update.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
private $updateUser;