You are here

public function DrupalUserProcessorTests::testBase in Lightweight Directory Access Protocol (LDAP) 8.3

Placeholder test.

File

ldap_user/tests/src/Unit/DrupalUserProcessorTests.php, line 78

Class

DrupalUserProcessorTests
Tests for the DrupalUserProcessor.

Namespace

Drupal\Tests\ldap_user\Unit

Code

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