You are here

public static function ModuleGrantsViewOpTestCase::getInfo in Module Grants 7

File

./module_grants.test, line 261

Class

ModuleGrantsViewOpTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Module grants test cases for view operation',
    'description' => 'These test cases cover the view operation\' access.',
    'group' => 'Module grants',
  );
}