You are here

protected function AnnotationClassLoaderTest::setUp in Zircon Profile 8.0

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

File

vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php, line 21

Class

AnnotationClassLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

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