Skip to content

Commit

Permalink
Update UploadTest.php
Browse files Browse the repository at this point in the history
Disable `full_path` test for now.
Added in PHP 8.1, but need a fix in Workerman 4, we fixed it before only in V5.
  • Loading branch information
joanhey committed Feb 26, 2024
1 parent 99397bf commit 493d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/UploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'contents' => Psr7\Utils::tryFopen(__DIR__ .'/Stub/composer.json', 'r'),
'expect' => [
'name' => 'composer.json',
'full_path' => 'composer.json',
//'full_path' => 'composer.json', // PHP8.1
'size' => filesize(__DIR__ .'/Stub/composer.json'),
'error' => 0,
'type' => 'application/json',
Expand Down

0 comments on commit 493d05a

Please sign in to comment.