You are here

public static function LdapAuthorizationBasicTests::getInfo in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authorization/tests/BasicTests.test \LdapAuthorizationBasicTests::getInfo()
  2. 7 ldap_authorization/tests/BasicTests/BasicTests.test \LdapAuthorizationBasicTests::getInfo()

File

ldap_authorization/tests/BasicTests.test, line 17

Class

LdapAuthorizationBasicTests

Code

public static function getInfo() {
  return [
    'name' => 'LDAP Authorization Basic Tests',
    'description' => 'Test ldap authorization.',
    'group' => 'LDAP Authorization',
  ];
}