You are here

public static function WeatherPermissionTestCase::getInfo in Weather 7.3

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

General information.

File

tests/permissions.test, line 32
Tests permission and access settings for different users.

Class

WeatherPermissionTestCase
Test class for permissions.

Code

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