Skip to content

Commit

Permalink
UploadTest check that temp file exist
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Sep 4, 2023
1 parent 4f70bf3 commit bd3be20
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(sys_get_temp_dir());
->toBeFile();

})->with('UPLOAD');

Expand Down

0 comments on commit bd3be20

Please sign in to comment.