public static function ActionLoopTestCase::getInfo

File

drupal/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',
  );
}