You are here

public function LoginTest::testExclusiveUserMode in Lightweight Directory Access Protocol (LDAP) 8.4

Test exclusive user mode.

File

ldap_authentication/tests/src/Kernel/LoginTest.php, line 149

Class

LoginTest
Login tests.

Namespace

Drupal\Tests\ldap_authentication\Kernel

Code

public function testExclusiveUserMode() : void {
  $this
    ->markTestIncomplete('Test missing.');

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