You are here

protected function DumperTest::tearDown in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/symfony/yaml/Tests/DumperTest.php \Symfony\Component\Yaml\Tests\DumperTest::tearDown()

File

vendor/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;
}