protected function DumperTest::setUp in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ DumperTest.php, line 40
Class
Namespace
Symfony\Component\Yaml\TestsCode
protected function setUp() {
$this->parser = new Parser();
$this->dumper = new Dumper();
$this->path = __DIR__ . '/Fixtures';
}