You are here

protected function ParserTest::setUp in Database Sanitize 7

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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