function RequestSanitizerTest::tearDown

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php \Drupal\Tests\Core\Security\RequestSanitizerTest::tearDown()

File

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

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.