You are here

protected function ParserTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/yaml/Tests/ParserTest.php \Symfony\Component\Yaml\Tests\ParserTest::tearDown()

File

vendor/symfony/yaml/Tests/ParserTest.php, line 26

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

protected function tearDown() {
  $this->parser = null;
}