summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/files/view.php')
-rw-r--r--tests/lib/files/view.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php
index a51b15857d5..201eb9ff6cb 100644
--- a/tests/lib/files/view.php
+++ b/tests/lib/files/view.php
@@ -598,6 +598,8 @@ class View extends \PHPUnit_Framework_TestCase {
return array(
array('/files/', ''),
array('/files/0', '0'),
+ array('/files/false', 'false'),
+ array('/files/true', 'true'),
array('/files/', '/'),
array('/files/test', 'test'),
array('/files/test', '/test'),