protected function ParserTest::tearDown in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 30
Class
Namespace
Symfony\Component\Yaml\TestsCode
protected function tearDown() {
$this->parser = null;
chmod(__DIR__ . '/Fixtures/not_readable.yml', 0644);
}