You are here

protected function DumperTest::setUp in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Tests/DumperTest.php \Symfony\Component\Yaml\Tests\DumperTest::setUp()

File

modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Tests/DumperTest.php, line 38

Class

DumperTest

Namespace

Symfony\Component\Yaml\Tests

Code

protected function setUp() {
  $this->parser = new Parser();
  $this->dumper = new Dumper();
  $this->path = __DIR__ . '/Fixtures';
}