public static function LoopTest::getInfo

File

drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php, line 26
Definition of Drupal\action\Tests\LoopTest.

Class

LoopTest
Tests aborting of actions executing in a potential loop.

Namespace

Drupal\action\Tests

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' => 'Action',
  );
}