public static function AccessFilterTestCase::getInfo in Access Filter 7
Give display information to the SimpleTest system.
File
- ./
access_filter.test, line 16 - Tests for access_filter.module
Class
- AccessFilterTestCase
- @file Tests for access_filter.module
Code
public static function getInfo() {
return array(
'name' => 'Standard operations',
'description' => 'Tests that add, edit and delete operations.',
'group' => 'Access Filter',
);
}