public static function FloodFunctionalTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2626 - Tests for system.module.
Class
- FloodFunctionalTest
- Functional tests for the flood control mechanism.
Code
public static function getInfo() {
return array(
'name' => 'Flood control mechanism',
'description' => 'Functional tests for the flood control mechanism.',
'group' => 'System',
);
}