protected property WebTestBase::$originalUser

The original user, before it was changed to a clean uid = 1 for testing purposes.

Type: object

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 108
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected $originalUser = NULL;