You are here

public static function PermissionsLockRestrictedTestCase::getInfo in Permissions Lock 7

File

./permissions_lock.test, line 22
Test the permissions_lock module

Class

PermissionsLockRestrictedTestCase
@file Test the permissions_lock module

Code

public static function getInfo() {
  return array(
    'name' => 'Restricted',
    'description' => 'Tests for restricted users',
    'group' => 'Permissions lock',
  );
}