You are here

public function LdapAuthenticationProfileUpdateFormTest::setUp in Lightweight Directory Access Protocol (LDAP) 8.4

Overrides BrowserTestBase::setUp

File

ldap_authentication/tests/src/Functional/LdapAuthenticationProfileUpdateFormTest.php, line 40

Class

LdapAuthenticationProfileUpdateFormTest
Test the profile update form.

Namespace

Drupal\Tests\ldap_authentication\Functional

Code

public function setUp() : void {
  parent::setUp();
  $this
    ->config('ldap_authentication.settings')
    ->set('emailTemplateUsagePromptRegex', '.*@invalid\\.com')
    ->save();
}