File
- drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php, line 46
Class
- DumperTest
Namespace
Symfony\Component\Yaml\Tests
Code
protected function tearDown() {
$this->parser = null;
$this->dumper = null;
$this->path = null;
$this->array = null;
}