You are here

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

Implements getInfo(), required method for SimpleTest.

File

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

Class

AccessPluginTest
Tests the bundled scheme types and handlers.

Code

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