File

modules/examples/simpletest_example/tests/simpletest_example.test, line 24
An example of simpletest tests.

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;