Skip to content

Commit

Permalink
win: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rostenkowski committed May 8, 2016
1 parent 4738752 commit f37b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Storage.upload.phpt
Expand Up @@ -31,7 +31,7 @@ $meta = new ImageEntity();
$tmpDir = __DIR__ . '/tmp';
$tmpName = uniqid('upload');

mkdir("mkdir $tmpDir");
mkdir("$tmpDir", 0755, TRUE);
copy("$sampleDir/$sampleName", "$tmpDir/$tmpName");

$uploadedFile = new FileUpload([
Expand Down

0 comments on commit f37b309

Please sign in to comment.