You are here

protected function ParserTest::setUp in Currency 7.2

File

currency/vendor/symfony/yaml/Tests/ParserTest.php, line 21

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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