We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bc4086 + 91e02e6 commit a27bb8eCopy full SHA for a27bb8e
Tests/Fixtures/locale_and_host/priorized-host.yml
@@ -1,6 +1,6 @@
1
controllers:
2
resource: Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures\RouteWithPriorityController
3
- type: annotation
+ type: attribute
4
host:
5
cs: www.domain.cs
6
en: www.domain.com
Tests/Loader/YamlFileLoaderTest.php
@@ -493,7 +493,7 @@ public function testPriorityWithHost()
493
{
494
new LoaderResolver([
495
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
496
- new class(new AnnotationReader(), null) extends AnnotationClassLoader {
+ new class() extends AttributeClassLoader {
497
protected function configureRoute(
498
Route $route,
499
\ReflectionClass $class,
0 commit comments