You are here

protected function DumperTest::tearDown in Lockr 7.3

File

vendor/symfony/yaml/Tests/DumperTest.php, line 47

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

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