We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a83151 commit 934f966Copy full SHA for 934f966
tests/Maker/MakeResetPasswordTest.php
@@ -77,6 +77,11 @@ public function getTestDetails(): \Generator
77
'tests/ResetPasswordFunctionalTest.php'
78
);
79
80
+ if (60000 > $runner->getSymfonyVersion()) {
81
+ // @legacy - In 5.4 tests, we need to tell Symfony to look for the route attributes in `src/Controller`
82
+ $runner->copy('router-annotations.yaml', 'config/routes/annotations.yaml');
83
+ }
84
+
85
$runner->runTests();
86
}),
87
];
0 commit comments