You are here

protected function LegacyApacheUrlMatcherTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Tests/Matcher/LegacyApacheUrlMatcherTest.php \Symfony\Component\Routing\Tests\Matcher\LegacyApacheUrlMatcherTest::tearDown()

File

vendor/symfony/routing/Tests/Matcher/LegacyApacheUrlMatcherTest.php, line 30

Class

LegacyApacheUrlMatcherTest
@group legacy

Namespace

Symfony\Component\Routing\Tests\Matcher

Code

protected function tearDown() {
  $_SERVER = $this->server;
}