Skip to content

Commit

Permalink
Merge pull request #67 from ohvitorino/fix-download-test
Browse files Browse the repository at this point in the history
Fix unit tests
  • Loading branch information
StijnVrolijk authored Jan 7, 2019
2 parents bdb52c1 + 1229b69 commit 9b86fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoon/tests/file/SpoonFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function setup()
if(!defined('TMPPATH')) define('TMPPATH', dirname(realpath(dirname(__FILE__))) . '/tmp');

$this->existingUrl = 'http://www.spoon-library.be/downloads/1.0.3/spoon-1.0.3.zip';
$this->nonExistingUrl = 'http://ksdgg.com/' . time() . '.txt';
$this->nonExistingUrl = 'http://wowbesturleverforspoonlibrary.dev/' . time() . '.txt';
$this->destinationFile = TMPPATH . '/spoon.zip';
}

Expand Down

0 comments on commit 9b86fa3

Please sign in to comment.