Skip to content

Commit 8300dce

Browse files
committed
test: update test expectations
1 parent 48953df commit 8300dce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollectorTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ public function testGetFilterMatches()
6161
0 => [
6262
'GET(auto)',
6363
'newautorouting',
64+
'',
6465
'\\Tests\\Support\\Controllers\\Newautorouting::getIndex',
6566
'',
6667
'toolbar',
6768
],
6869
1 => [
6970
'POST(auto)',
7071
'newautorouting/save/../..[/..]',
72+
'',
7173
'\\Tests\\Support\\Controllers\\Newautorouting::postSave',
7274
'honeypot',
7375
'toolbar',
@@ -87,13 +89,15 @@ public function testGetFilterDoesNotMatch()
8789
0 => [
8890
'GET(auto)',
8991
'newautorouting',
92+
'',
9093
'\\Tests\\Support\\Controllers\\Newautorouting::getIndex',
9194
'',
9295
'toolbar',
9396
],
9497
1 => [
9598
'POST(auto)',
9699
'newautorouting/save/../..[/..]',
100+
'',
97101
'\\Tests\\Support\\Controllers\\Newautorouting::postSave',
98102
'',
99103
'toolbar',

0 commit comments

Comments
 (0)