You are here

protected function AnnotationDirectoryLoaderTest::setUp in Zircon Profile 8

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

File

vendor/symfony/routing/Tests/Loader/AnnotationDirectoryLoaderTest.php, line 22

Class

AnnotationDirectoryLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

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