summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-07-30 11:25:05 +0200
committerLukas Reschke <lukas@owncloud.com>2015-07-30 11:25:05 +0200
commit52cd4efc8324559215cb14f3f7bbc61f55e4c1d2 (patch)
tree6c28861bbfcb376ef82f8adce77ea5130febe8d4 /tests
parentad4c731c4c4f84f998013c7f4632b23739d16ec4 (diff)
downloadnextcloud-server-52cd4efc8324559215cb14f3f7bbc61f55e4c1d2.tar.gz
nextcloud-server-52cd4efc8324559215cb14f3f7bbc61f55e4c1d2.zip
Add more unit tests
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/pathverificationtest.php2
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'],
+ ['💩🐵'],
];
}