function ActionLoopTestCase::setUp
Overrides DrupalWebTestCase::setUp
File
-
modules/
simpletest/ tests/ actions.test, line 78
Class
- ActionLoopTestCase
- Test actions executing in a potential loop, and make sure they abort properly.
Code
function setUp() {
parent::setUp('dblog', 'trigger', 'actions_loop_test');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.