protected property DrupalWebTestCase::$originalUser in SimpleTest 7
Same name and namespace in other branches
- 6.2 drupal_web_test_case.php \DrupalWebTestCase::originalUser
- 7.2 drupal_web_test_case.php \DrupalWebTestCase::originalUser
The original user, before it was changed to a clean uid = 1 for testing purposes.
Type: object
File
- ./
drupal_web_test_case.php, line 642
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected $originalUser = NULL;