You are here

public function LoginTests::testBlacklist in Lightweight Directory Access Protocol (LDAP) 8.3

Test the blacklist.

File

ldap_authentication/tests/src/Unit/LoginTests.php, line 62

Class

LoginTests
@coversDefaultClass \Drupal\ldap_authentication\Controller\LoginValidator @group ldap

Namespace

Drupal\Tests\ldap_authentication\Unit

Code

public function testBlacklist() {
  $this
    ->assertTrue(TRUE);

  // TODO: Write test
  // one value, two values, zero values
  // logon with blacklisted and w/o.
}