File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
/composer.lock
3
3
/tools /* /vendor
4
4
/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
79
79
{
80
80
return [
81
81
'^_profiler.*$ ' ,
82
- '_wdt* ' ,
82
+ '_wdt. * ' ,
83
83
'_webhook_controller ' ,
84
84
'_preview_error ' ,
85
85
'app.swagger ' ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public function testAnalysis(): void
23
23
$ routeCollection ->add ('route3 ' , new Route ('/route3 ' ));
24
24
$ routeCollection ->add ('ignored_route1 ' , new Route ('/ignored_route1 ' ));
25
25
$ routeCollection ->add ('_wdt ' , new Route ('/_wdt ' ));
26
+ $ routeCollection ->add ('_wdt_stylesheet ' , new Route ('/_wdt_stylesheet ' ));
26
27
27
28
/** @var RouterInterface&MockObject $router */
28
29
$ router = $ this ->createMock (RouterInterface::class);
You can’t perform that action at this time.
0 commit comments