File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/system/Commands/Utilities/Routes/AutoRouterImproved Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,15 @@ public function testGetFilterMatches()
61
61
0 => [
62
62
'GET(auto) ' ,
63
63
'newautorouting ' ,
64
+ '' ,
64
65
'\\Tests \\Support \\Controllers \\Newautorouting::getIndex ' ,
65
66
'' ,
66
67
'toolbar ' ,
67
68
],
68
69
1 => [
69
70
'POST(auto) ' ,
70
71
'newautorouting/save/../..[/..] ' ,
72
+ '' ,
71
73
'\\Tests \\Support \\Controllers \\Newautorouting::postSave ' ,
72
74
'honeypot ' ,
73
75
'toolbar ' ,
@@ -87,13 +89,15 @@ public function testGetFilterDoesNotMatch()
87
89
0 => [
88
90
'GET(auto) ' ,
89
91
'newautorouting ' ,
92
+ '' ,
90
93
'\\Tests \\Support \\Controllers \\Newautorouting::getIndex ' ,
91
94
'' ,
92
95
'toolbar ' ,
93
96
],
94
97
1 => [
95
98
'POST(auto) ' ,
96
99
'newautorouting/save/../..[/..] ' ,
100
+ '' ,
97
101
'\\Tests \\Support \\Controllers \\Newautorouting::postSave ' ,
98
102
'' ,
99
103
'toolbar ' ,
You can’t perform that action at this time.
0 commit comments