protected function AnnotationClassLoaderTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\Routing\Tests\LoaderCode
protected function setUp() {
parent::setUp();
$this->reader = $this
->getReader();
$this->loader = $this
->getClassLoader($this->reader);
}