Skip to content

Commit f44970c

Browse files
committed
Change test directory to get it work on travis ci
1 parent 88c0d7e commit f44970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Script/Helper/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class FilesystemTest extends \PHPUnit_Framework_TestCase
2929
public function setUp()
3030
{
3131
$this->filesystem = new Filesystem;
32-
$this->testDirectory = sys_get_temp_dir();
32+
$this->testDirectory = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'test';
3333
$this->testFile = $this->testDirectory . DIRECTORY_SEPARATOR . 'file';
3434
}
3535

0 commit comments

Comments
 (0)