SimpleTestExampleTestCase::$privilegedUser

Type: privilegedUser

File

simpletest_example/simpletest_example.test, line 26

Class

SimpleTestExampleTestCase
The SimpleTestExampleTestCase is a functional test case, meaning that it actually exercises a particular sequence of actions through the web UI. The majority of core test cases are done this way, but the SimpleTest suite also provides unit tests as…

Code

protected $privilegedUser;