aboutsummaryrefslogtreecommitdiff
path: root/tests/FilesTest.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-05-11 14:25:39 +0200
committern-peugnet <n.peugnet@free.fr>2020-05-11 16:10:08 +0200
commite8b0993f7054299e61af1ab501aaca46285b0caa (patch)
treefbe8798f1dce5952eb5a3d542534603989ca35fe /tests/FilesTest.php
parent28fb122f56df0cb034013740dd30aaaf5ce9059e (diff)
downloadwcms-e8b0993f7054299e61af1ab501aaca46285b0caa.tar.gz
wcms-e8b0993f7054299e61af1ab501aaca46285b0caa.zip
fix: tests for Windows
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';