Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Nov 23, 2014
1 parent b50fd9e commit c461f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testFailWrite()
$this->fileService = \samson\core\Service::getInstance('samson\fs\LocalFileService');

// Create temporary file
$path = tempnam(__DIR__.'/test/', 'test');
$path = __DIR__.'/test/test.txt';

// Write data to temporary file
$this->fileService->write('123', $path);
Expand Down

0 comments on commit c461f91

Please sign in to comment.