You are here

protected function ParserTest::setUp in Lockr 7.3

File

vendor/symfony/yaml/Tests/ParserTest.php, line 25

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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