protected function RedirectTest::setUp in Lightweight Directory Access Protocol (LDAP) 8.4
Same name and namespace in other branches
- 8.3 ldap_authentication/tests/src/Kernel/RedirectTest.php \Drupal\Tests\ldap_authentication\Kernel\RedirectTest::setUp()
Overrides KernelTestBase::setUp
File
- ldap_authentication/
tests/ src/ Kernel/ RedirectTest.php, line 31
Class
- RedirectTest
- Redirect tests.
Namespace
Drupal\Tests\ldap_authentication\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig('ldap_authentication');
}