You are here

protected property DrupalWebTestCase::$originalUser in SimpleTest 6.2

Same name and namespace in other branches
  1. 7.2 drupal_web_test_case.php \DrupalWebTestCase::originalUser
  2. 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 793

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected $originalUser = NULL;