Skip to content

Commit 1af8913

Browse files
committed
Fix upload_2G test
Include the new full_path key. This test is skipped on CI but fails locally.
1 parent b227a72 commit 1af8913

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/cli/tests/upload_2G.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ Content-type: text/html; charset=UTF-8
9797

9898
array(1) {
9999
["file1"]=>
100-
array(5) {
100+
array(6) {
101101
["name"]=>
102102
string(9) "file1.txt"
103+
["full_path"]=>
104+
string(9) "file1.txt"
103105
["type"]=>
104106
string(10) "text/plain"
105107
["tmp_name"]=>

0 commit comments

Comments
 (0)