File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22/composer.lock
33/tools /* /vendor
44/var
5+ .phpunit.result.cache
6+ .php-cs-fixer.cache
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ private function getDefaultRoutesToIgnore(): array
7979 {
8080 return [
8181 '^_profiler.*$ ' ,
82- '_wdt* ' ,
82+ '_wdt. * ' ,
8383 '_webhook_controller ' ,
8484 '_preview_error ' ,
8585 'app.swagger ' ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public function testAnalysis(): void
2323 $ routeCollection ->add ('route3 ' , new Route ('/route3 ' ));
2424 $ routeCollection ->add ('ignored_route1 ' , new Route ('/ignored_route1 ' ));
2525 $ routeCollection ->add ('_wdt ' , new Route ('/_wdt ' ));
26+ $ routeCollection ->add ('_wdt_stylesheet ' , new Route ('/_wdt_stylesheet ' ));
2627
2728 /** @var RouterInterface&MockObject $router */
2829 $ router = $ this ->createMock (RouterInterface::class);
You can’t perform that action at this time.
0 commit comments