We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dcb4f commit 468f417Copy full SHA for 468f417
1 file changed
tests/Resources/app/AppKernel.php
@@ -66,8 +66,8 @@ public function loadRoutes(LoaderInterface $loader): RouteCollection
66
$collection->add('/', new Route('/', ['_controller' => 'kernel::indexAction']));
67
68
$routes = new RoutingConfigurator($collection, $kernelLoader, $file, $file);
69
- $routes->import('@WebProfilerBundle/Resources/config/routing/wdt.xml')->prefix('_wdt');
70
- $routes->import('@WebProfilerBundle/Resources/config/routing/profiler.xml')->prefix('_profiler');
+ $routes->import('@WebProfilerBundle/Resources/config/routing/wdt.php')->prefix('_wdt');
+ $routes->import('@WebProfilerBundle/Resources/config/routing/profiler.php')->prefix('_profiler');
71
72
return $collection;
73
}
0 commit comments