You are here

protected function AnnotationFileLoaderTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php \Symfony\Component\Routing\Tests\Loader\AnnotationFileLoaderTest::setUp()

File

vendor/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php, line 23

Class

AnnotationFileLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

protected function setUp() {
  parent::setUp();
  $this->reader = $this
    ->getReader();
  $this->loader = new AnnotationFileLoader(new FileLocator(), $this
    ->getClassLoader($this->reader));
}