protected function AnnotationFileLoaderTest::setUp

Overrides AbstractAnnotationLoaderTest::setUp

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php, line 22

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));
}