public static function AccessGrantInterfaceTest::getInfo in Access Control Kit 7
Implements getInfo(), required method for SimpleTest.
File
- ./
access.test, line 631 - Tests for the access control kit module.
Class
- AccessGrantInterfaceTest
- Tests the access grant interface.
Code
public static function getInfo() {
return array(
'name' => 'Access grant interface',
'description' => 'Tests the access grant admin interface.',
'group' => 'Access control kit',
);
}