public static function BoxesTestPlugins::getInfo in Boxes 7.2
File
- ./
boxes.test, line 39 - Tests for block.module.
Class
- BoxesTestPlugins
- Test the API
Code
public static function getInfo() {
return array(
'name' => 'Boxes Plugin',
'description' => 'Test the boxes plugin API.',
'group' => 'Boxes',
);
}