aboutsummaryrefslogtreecommitdiff
path: root/tests/FilesTest.php
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-05-18 09:51:39 +0200
committerGitHub <noreply@github.com>2020-05-18 09:51:39 +0200
commitaa6bfe02129d37b75d9684e1d7f89d39412f8d12 (patch)
tree24b9a2564e388a1cfa706407a6dd245d4d0fe49d /tests/FilesTest.php
parentceff73a9a7ab210034e5d8b0452d18135ce7137d (diff)
parente8b0993f7054299e61af1ab501aaca46285b0caa (diff)
downloadwcms-aa6bfe02129d37b75d9684e1d7f89d39412f8d12.tar.gz
wcms-aa6bfe02129d37b75d9684e1d7f89d39412f8d12.zip
Merge pull request #113 from vincent-peugnet/tests-multiple-os
Tests multiple os
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';