Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Feb 15, 2018
1 parent ef5a6b7 commit 11193f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/ChunkFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ public function testCreateUploadedFile()
$files
);

$chunkFile
->setToken($token = uniqid())
->setName($name = __FILE__)
->setMimeType($mimeType = 'foo')
->setChunkPath($chunkPath = 'chunk/')
->setStoragePath($storagePath = 'chunk/');

$source = 'php://input';
$offset = 0;

Expand Down

0 comments on commit 11193f2

Please sign in to comment.