protected function AnnotationDirectoryLoaderTest::setUp

Overrides AbstractAnnotationLoaderTest::setUp

File

drupal/core/vendor/symfony/routing/Symfony/Component/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));
}