Skip to content

Commit

Permalink
Merge commit 'f672b7239de59627bcf3c1bc0af1df8cc79a6282'
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Aug 19, 2023
1 parent d3a9095 commit 9ace39e
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 @@ -36,7 +36,7 @@
->toMatchArray($data['expect'])
->toHaveKey('tmp_name')
->{$data['file']}->tmp_name
->toStartWith('/tmp/');
->toStartWith(sys_get_temp_dir());

})->with('UPLOAD');

Expand Down

0 comments on commit 9ace39e

Please sign in to comment.