You are here

protected function DumperTest::setUp in Lockr 7.3

File

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

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

protected function setUp() {
  $this->parser = new Parser();
  $this->dumper = new Dumper();
  $this->path = __DIR__ . '/Fixtures';
}