public static function BookAccessRuleTestCase::getInfo in Book access 6.2
File
- ./
book_access.test, line 6
Class
Code
public static function getInfo() {
return array(
'name' => 'Book access rule test',
'description' => 'Create a book, add pages, and test the rule access functionality.',
'group' => 'Book access',
);
}