aboutsummaryrefslogtreecommitdiff
path: root/tests/FilesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FilesTest.php')
-rw-r--r--tests/FilesTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FilesTest.php b/tests/FilesTest.php
index 7ab66fe..83a32d6 100644
--- a/tests/FilesTest.php
+++ b/tests/FilesTest.php
@@ -12,6 +12,7 @@ use PHPUnit\Framework\TestCase;
*/
abstract class FilesTest extends TestCase
{
+ protected $ds = DIRECTORY_SEPARATOR;
protected $testdir = 'build/test';
protected $notwritabledir = 'build/test/notwritabledir';
protected $notwritablefile = 'build/test/notwritablefile';