diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-07-30 11:25:05 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-07-30 11:25:05 +0200 |
commit | 52cd4efc8324559215cb14f3f7bbc61f55e4c1d2 (patch) | |
tree | 6c28861bbfcb376ef82f8adce77ea5130febe8d4 /tests | |
parent | ad4c731c4c4f84f998013c7f4632b23739d16ec4 (diff) | |
download | nextcloud-server-52cd4efc8324559215cb14f3f7bbc61f55e4c1d2.tar.gz nextcloud-server-52cd4efc8324559215cb14f3f7bbc61f55e4c1d2.zip |
Add more unit tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/pathverificationtest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/files/pathverificationtest.php b/tests/lib/files/pathverificationtest.php index f7d5f057c14..13fccd310f3 100644 --- a/tests/lib/files/pathverificationtest.php +++ b/tests/lib/files/pathverificationtest.php @@ -85,6 +85,8 @@ class PathVerification extends \Test\TestCase { ['🐵'], ['🐵.txt'], ['txt.💩'], + ['💩🐵.txt'], + ['💩🐵'], ]; } |