public static function FloodFunctionalTest::getInfo
7.x system.test | public static FloodFunctionalTest::getInfo() |
File
- drupal-7.x/
modules/ system/ system.test, line 2370 - 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',
);
}