protected property WebTestBase::$originalUser in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/WebTestBase.php \Drupal\simpletest\WebTestBase::originalUser
The original user, before it was changed to a clean uid = 1 for testing.
Type: object
Overrides TestBase::$originalUser
File
- core/
modules/ simpletest/ src/ WebTestBase.php, line 147 - Contains \Drupal\simpletest\WebTestBase.
Class
- WebTestBase
- Test case for typical Drupal tests.
Namespace
Drupal\simpletestCode
protected $originalUser = NULL;