You are here

protected function PhpGeneratorDumperTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php \Symfony\Component\Routing\Tests\Generator\Dumper\PhpGeneratorDumperTest::tearDown()

File

vendor/symfony/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;
}