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\UnitCode
public function testBase() {
$this
->assertTrue(TRUE);
}