Skip to content

Commit e9e22a7

Browse files
committed
test: replace 'get' with 'GET'
1 parent 375c340 commit e9e22a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/system/Commands/Utilities/Routes/FilterFinderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function createFilters(array $config = []): Filters
8787
],
8888
],
8989
'methods' => [
90-
'get' => [],
90+
'GET' => [],
9191
],
9292
'filters' => [
9393
'honeypot' => ['before' => ['form/*', 'survey/*']],
@@ -215,7 +215,7 @@ public function testFilterOrder()
215215
],
216216
],
217217
'methods' => [
218-
'get' => ['method1', 'method2'],
218+
'GET' => ['method1', 'method2'],
219219
],
220220
'filters' => [
221221
'filter1' => ['before' => '*', 'after' => '*'],
@@ -280,7 +280,7 @@ public function testFilterOrderWithOldFilterOrder()
280280
],
281281
],
282282
'methods' => [
283-
'get' => ['method1', 'method2'],
283+
'GET' => ['method1', 'method2'],
284284
],
285285
'filters' => [
286286
'filter1' => ['before' => '*', 'after' => '*'],

0 commit comments

Comments
 (0)