You are here

protected function ParserTest::setUp in Plug 7

File

lib/Symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php, line 21

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

protected function setUp() {
  $this->parser = new Parser();
}