diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-05-18 09:51:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 09:51:39 +0200 |
commit | aa6bfe02129d37b75d9684e1d7f89d39412f8d12 (patch) | |
tree | 24b9a2564e388a1cfa706407a6dd245d4d0fe49d /tests/FilesTest.php | |
parent | ceff73a9a7ab210034e5d8b0452d18135ce7137d (diff) | |
parent | e8b0993f7054299e61af1ab501aaca46285b0caa (diff) | |
download | wcms-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.php | 1 |
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'; |