public static function WorkbenchAccessBaseTestCase::getInfo in Workbench Access 7
File
- tests/
workbench_access.test, line 163 - Test file for Workbench Access.
Class
Code
public static function getInfo() {
return array(
'name' => 'Workbench access installation',
'description' => 'Test installation for Workbench Access.',
'group' => 'Workbench Access',
);
}