You are here

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

Test mixed user mode.

File

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

Class

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

Namespace

Drupal\Tests\ldap_authentication\Unit

Code

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

  // TODO: Write test
  // assert right credentials LDAP
  // assert
  // see example data.
}