public static function FloodFunctionalTest::getInfo
Archivo
- drupal-7.x/
modules/ system/ system.test, line 2370 - Tests for system.module.
Class
- FloodFunctionalTest
- Functional tests for the flood control mechanism.
Código
public static function getInfo() {
return array(
'name' => 'Flood control mechanism',
'description' => 'Functional tests for the flood control mechanism.',
'group' => 'System',
);
}