Skip to content

Commit a67e25f

Browse files
committed
fix: incorrect test data
1 parent 1c670db commit a67e25f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/HTTP/ResponseTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ public function provideForRedirect()
303303
['Apache/2.4.17', 'HTTP/1.1', 'HEAD', null, 307],
304304
['Apache/2.4.17', 'HTTP/1.1', 'HEAD', 307, 307],
305305
['Apache/2.4.17', 'HTTP/1.1', 'HEAD', 302, 302],
306-
['Apache/2.4.17', 'HTTP/1.1', 'OPTION', null, 307],
307-
['Apache/2.4.17', 'HTTP/1.1', 'OPTION', 307, 307],
308-
['Apache/2.4.17', 'HTTP/1.1', 'OPTION', 302, 302],
306+
['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', null, 307],
307+
['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', 307, 307],
308+
['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', 302, 302],
309309
['Apache/2.4.17', 'HTTP/1.1', 'PUT', null, 303],
310310
['Apache/2.4.17', 'HTTP/1.1', 'PUT', 307, 307],
311311
['Apache/2.4.17', 'HTTP/1.1', 'PUT', 302, 302],

0 commit comments

Comments
 (0)