We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c670db commit a67e25fCopy full SHA for a67e25f
1 file changed
tests/system/HTTP/ResponseTest.php
@@ -303,9 +303,9 @@ public function provideForRedirect()
303
['Apache/2.4.17', 'HTTP/1.1', 'HEAD', null, 307],
304
['Apache/2.4.17', 'HTTP/1.1', 'HEAD', 307, 307],
305
['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],
+ ['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', null, 307],
+ ['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', 307, 307],
+ ['Apache/2.4.17', 'HTTP/1.1', 'OPTIONS', 302, 302],
309
['Apache/2.4.17', 'HTTP/1.1', 'PUT', null, 303],
310
['Apache/2.4.17', 'HTTP/1.1', 'PUT', 307, 307],
311
['Apache/2.4.17', 'HTTP/1.1', 'PUT', 302, 302],
0 commit comments