You are here

protected function AnnotationLoaderTest::setUp in Zircon Profile 8.0

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

File

vendor/symfony/serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php, line 29

Class

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

Namespace

Symfony\Component\Serializer\Tests\Mapping\Loader

Code

protected function setUp() {
  $this->loader = new AnnotationLoader(new AnnotationReader());
}