You are here

function WeatherPermissionTestCase::getInfo in Weather 6.5

Same name and namespace in other branches
  1. 7.3 tests/permissions.test \WeatherPermissionTestCase::getInfo()
  2. 7 tests/permissions.test \WeatherPermissionTestCase::getInfo()
  3. 7.2 tests/permissions.test \WeatherPermissionTestCase::getInfo()

File

tests/permissions.test, line 26

Class

WeatherPermissionTestCase

Code

function getInfo() {
  return array(
    'name' => t('Permission'),
    'description' => t('Tests permission and access settings for different users.'),
    'group' => t('Weather'),
  );
}