function ActionLoopTestCase::getInfo
File
-
modules/
simpletest/ tests/ actions.test, line 70
Class
- ActionLoopTestCase
- Test actions executing in a potential loop, and make sure they abort properly.
Code
public static function getInfo() {
return array(
'name' => 'Actions executing in a potentially infinite loop',
'description' => 'Tests actions executing in a loop, and makes sure they abort properly.',
'group' => 'Actions',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.