We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e533d3 commit 420d3ecCopy full SHA for 420d3ec
1 file changed
tests/Resources/app/AppKernel.php
@@ -66,6 +66,7 @@ public function loadRoutes(LoaderInterface $loader): RouteCollection
66
$collection->add('/', new Route('/', ['_controller' => 'kernel::indexAction']));
67
68
$routes = new RoutingConfigurator($collection, $kernelLoader, $file, $file);
69
+ // TODO hardcode xml when we support only Symfony 7.3 or higher.
70
$extension = self::MAJOR_VERSION >= 7 ? 'php' : 'xml';
71
$routes->import('@WebProfilerBundle/Resources/config/routing/wdt.'.$extension)->prefix('_wdt');
72
$routes->import('@WebProfilerBundle/Resources/config/routing/profiler.'.$extension)->prefix('_profiler');
0 commit comments