public static function MobileToolsTestCase::getInfo in Mobile Tools 7.2
File
- ./
mobile_tools.test, line 9 - Tests for mobile tools
Class
- MobileToolsTestCase
- @file Tests for mobile tools
Code
public static function getInfo() {
return array(
'name' => t('MobileTools tests'),
'description' => t('One or more complete sentences explaining the test.'),
'group' => t('MobileTools'),
);
}