You are here

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

Implements getInfo(), required method for SimpleTest.

File

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

Class

AccessAPITest
Tests the access control kit API.

Code

public static function getInfo() {
  return array(
    'name' => 'Access control kit API',
    'description' => 'Tests the access control kit API and handler interface.',
    'group' => 'Access control kit',
  );
}