protected function DumperTest::tearDown in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ DumperTest.php, line 47
Class
Namespace
Symfony\Component\Yaml\TestsCode
protected function tearDown() {
$this->parser = null;
$this->dumper = null;
$this->path = null;
$this->array = null;
}