You are here

protected function DumperTest::setUp in Currency 7.2

File

currency/vendor/symfony/yaml/Tests/DumperTest.php, line 38

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

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