diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php index a51b15857d..201eb9ff6c 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'),