You are here

protected property SimpleTestExampleTestCase::$privilegedUser in Examples for Developers 7

File

simpletest_example/simpletest_example.test, line 26
An example of simpletest tests to accompany the tutorial at http://drupal.org/node/890654.

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;