Skip to content

Commit

Permalink
BUG: Upload container folder does exist in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Miu committed Mar 23, 2014
1 parent e1f5a83 commit c353f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class HandlerTest extends \PHPUnit_Framework_TestCase {

function setUp() {
$this->tmpFolder = realpath(__DIR__ . '/../fixitures/');
mkdir($this->tmpFolder . '/container');
@mkdir($this->tmpFolder . '/container');
$this->uploadFolder = realpath(__DIR__ . '/../fixitures/container/');
$this->handler = new Handler($this->uploadFolder, null, array(
Handler::OPTION_PREFIX => '',
Expand Down

0 comments on commit c353f9b

Please sign in to comment.