Skip to content

Commit 6a19403

Browse files
author
Björn Tantau
committed
Add fullpath to second file in test session rfc1867 no name
1 parent 4b6aa56 commit 6a19403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/session/tests/rfc1867_no_name.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ array(2) {
6262
int(1)
6363
}
6464
["file2"]=>
65-
array(5) {
65+
array(6) {
6666
["name"]=>
6767
string(9) "file2.txt"
68+
["fullpath"]=>
69+
string(9) "file2.txt"
6870
["type"]=>
6971
string(0) ""
7072
["tmp_name"]=>

0 commit comments

Comments
 (0)