public static function BoxAccess::getInfo in Boxes 7.2
File
- ./
boxes.test, line 232 - Tests for block.module.
Class
- BoxAccess
- This should test the access to boxess
Code
public static function getInfo() {
return array(
'name' => 'Boxes Access',
'description' => 'Test the access to boxes.',
'group' => 'Boxes',
);
}