You are here

protected function DumperTest::tearDown in Plug 7

File

lib/Symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php, line 45

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

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