public static function FloodTest::getInfo in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/service_container/Tests/FloodTest.php \Drupal\service_container\Tests\FloodTest::getInfo()
File
- lib/
Drupal/ service_container/ Tests/ FloodTest.php, line 22 - Contains \Drupal\service_container\Tests\FloodTest.
Class
Namespace
Drupal\service_container\TestsCode
public static function getInfo() {
return array(
'name' => 'Flood control mechanism',
'description' => 'Functional tests for the flood control mechanism',
'group' => 'service_container',
);
}