You are here

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

Test the whitelist.

File

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

Class

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

Namespace

Drupal\Tests\ldap_authentication\Unit

Code

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

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