diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-05-18 17:09:46 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-05-18 17:09:46 +0200 |
commit | bab3d969f6ab1846d818e4ef4d4f777c13575d88 (patch) | |
tree | b8a09d75779f046a774e0b7afd36cfd5f9ca115a /tests/FilesTest.php | |
parent | 121af5f84ad9262e5c509dc1dd741166ca1dc3de (diff) | |
parent | aa6bfe02129d37b75d9684e1d7f89d39412f8d12 (diff) | |
download | wcms-bab3d969f6ab1846d818e4ef4d4f777c13575d88.tar.gz wcms-bab3d969f6ab1846d818e4ef4d4f777c13575d88.zip |
Merge branch 'master' of https://github.com/vincent-peugnet/wcms
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'; |