You are here

protected function XmlFileLoaderTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php \Symfony\Component\Serializer\Tests\Mapping\Loader\XmlFileLoaderTest::setUp()

File

vendor/symfony/serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php, line 32

Class

XmlFileLoaderTest
@author Kévin Dunglas <dunglas@gmail.com>

Namespace

Symfony\Component\Serializer\Tests\Mapping\Loader

Code

protected function setUp() {
  $this->loader = new XmlFileLoader(__DIR__ . '/../../Fixtures/serialization.xml');
  $this->metadata = new ClassMetadata('Symfony\\Component\\Serializer\\Tests\\Fixtures\\GroupDummy');
}