You are here

public static function MobileToolsUserRolesTestCase::getInfo in Mobile Tools 7.3

File

./mobile_tools.test, line 46
Tests for mobile tools

Class

MobileToolsUserRolesTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('User Access'),
    'description' => t('Tests Mobile Tools user roles, and creating/editing/deleting device groups.'),
    'group' => t('Mobile Tools'),
  );
}