protected function PhpGeneratorDumperTest::tearDown

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php, line 46

Class

PhpGeneratorDumperTest

Namespace

Symfony\Component\Routing\Tests\Generator\Dumper

Code

protected function tearDown() {
  parent::tearDown();
  @unlink($this->testTmpFilepath);
  $this->routeCollection = null;
  $this->generatorDumper = null;
  $this->testTmpFilepath = null;
}