protected property DrupalWebTestCase::$originalUser in SimpleTest 7.2
Same name and namespace in other branches
- 6.2 drupal_web_test_case.php \DrupalWebTestCase::originalUser
- 7 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 803 - Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected $originalUser = NULL;