File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/system/Commands/Utilities/Routes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ private function createFilters(array $config = []): Filters
87
87
],
88
88
],
89
89
'methods ' => [
90
- 'get ' => [],
90
+ 'GET ' => [],
91
91
],
92
92
'filters ' => [
93
93
'honeypot ' => ['before ' => ['form/* ' , 'survey/* ' ]],
@@ -215,7 +215,7 @@ public function testFilterOrder()
215
215
],
216
216
],
217
217
'methods ' => [
218
- 'get ' => ['method1 ' , 'method2 ' ],
218
+ 'GET ' => ['method1 ' , 'method2 ' ],
219
219
],
220
220
'filters ' => [
221
221
'filter1 ' => ['before ' => '* ' , 'after ' => '* ' ],
@@ -280,7 +280,7 @@ public function testFilterOrderWithOldFilterOrder()
280
280
],
281
281
],
282
282
'methods ' => [
283
- 'get ' => ['method1 ' , 'method2 ' ],
283
+ 'GET ' => ['method1 ' , 'method2 ' ],
284
284
],
285
285
'filters ' => [
286
286
'filter1 ' => ['before ' => '* ' , 'after ' => '* ' ],
You can’t perform that action at this time.
0 commit comments