Skip to content

Commit 0ffe10c

Browse files
committed
fix test
1 parent 36b8a2c commit 0ffe10c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/fpm/tests/getallheaders.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ $tester->request(
3939
)->expectBody(
4040
[
4141
'Test Start',
42-
'array(4) {',
42+
'array(5) {',
4343
' ["Foo"]=>',
4444
' string(3) "foo"',
4545
' ["X-Foo"]=>',
4646
' string(3) "BAR"',
47+
' ["Authorization"]=>',
48+
' string(0) ""',
4749
' ["Content-Length"]=>',
4850
' string(1) "0"',
4951
' ["Content-Type"]=>',

0 commit comments

Comments
 (0)