You are here

public static function AccessGrantFunctionTest::getInfo in Access Control Kit 7

Implements getInfo(), required method for SimpleTest.

File

./access.test, line 1085
Tests for the access control kit module.

Class

AccessGrantFunctionTest
Tests for access grant functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Access grants',
    'description' => 'Tests loading, saving and deleting access grants.',
    'group' => 'Access control kit',
  );
}