function TransportTest::resetMailerDsnConfigOverride

Resets a mailer DSN config override.

Clean up the globals modified by setUpMailerDsnConfigOverride() during a test.

File

core/modules/mailer/tests/src/Kernel/TransportTest.php, line 69

Class

TransportTest
Tests the transport factory service.

Namespace

Drupal\Tests\mailer\Kernel

Code

protected function resetMailerDsnConfigOverride() : void {
    $this->setUpMailerDsnConfigOverride('null', 'null');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.