protected function AnnotationFileLoaderTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php \Symfony\Component\Routing\Tests\Loader\AnnotationFileLoaderTest::setUp()
File
- vendor/
symfony/ routing/ Tests/ Loader/ AnnotationFileLoaderTest.php, line 23
Class
Namespace
Symfony\Component\Routing\Tests\LoaderCode
protected function setUp() {
parent::setUp();
$this->reader = $this
->getReader();
$this->loader = new AnnotationFileLoader(new FileLocator(), $this
->getClassLoader($this->reader));
}