public static function MobileToolsBrowscapTestCase::getInfo in Mobile Tools 7.3
File
- mobile_tools_browscap/
mobile_tools_browscap.test, line 15 - Tests for mobile_tools_browscap
Class
- MobileToolsBrowscapTestCase
- Test the browscap integration with mobile tools
Code
public static function getInfo() {
return array(
'name' => t('Device Detection'),
'description' => t('Tests Mobile Tools Browscap, and creating/editing/deleting device groups. with device detection enabled.'),
'group' => t('Mobile Tools'),
);
}