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