function RequestSanitizerTest::tearDown

File

core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php, line 40

Class

RequestSanitizerTest
Tests RequestSanitizer class.

Namespace

Drupal\Tests\Core\Security

Code

protected function tearDown() : void {
    restore_error_handler();
    parent::tearDown();
}

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