You are here

protected function ParserTest::tearDown in Lockr 7.3

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

protected function tearDown() {
  $this->parser = null;
  chmod(__DIR__ . '/Fixtures/not_readable.yml', 0644);
}