You are here

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

Test exclusive user mode.

File

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

Class

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

Namespace

Drupal\Tests\ldap_authentication\Unit

Code

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

  // TODO: Write test
  // assert right credentials LDAP
  // assert local Drupal user without mapping (associated, not associated)
  // see example data.
}