You are here

static function UserRestrictionsTestCase::getInfo in User restrictions 7

File

./user_restrictions.test, line 19
TestCase for the User restrictions module.

Class

UserRestrictionsTestCase
@file TestCase for the User restrictions module.

Code

static function getInfo() {
  return array(
    'name' => 'User restrictions',
    'description' => 'Assure that negative and positive access rules behave as designed.',
    'group' => 'User restrictions',
  );
}