private function AnnotationClassLoaderTest::getAnnotatedRoute

1 call to AnnotationClassLoaderTest::getAnnotatedRoute()
AnnotationClassLoaderTest::testLoad in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
@dataProvider getLoadTests

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php, line 114

Class

AnnotationClassLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

private function getAnnotatedRoute($datas) {
  return new \Symfony\Component\Routing\Annotation\Route($datas);
}