protected function YamlFileLoaderTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php \Symfony\Component\Serializer\Tests\Mapping\Loader\YamlFileLoaderTest::setUp()
File
- vendor/
symfony/ serializer/ Tests/ Mapping/ Loader/ YamlFileLoaderTest.php, line 32
Class
- YamlFileLoaderTest
- @author Kévin Dunglas <dunglas@gmail.com>
Namespace
Symfony\Component\Serializer\Tests\Mapping\LoaderCode
protected function setUp() {
$this->loader = new YamlFileLoader(__DIR__ . '/../../Fixtures/serialization.yml');
$this->metadata = new ClassMetadata('Symfony\\Component\\Serializer\\Tests\\Fixtures\\GroupDummy');
}