Merge pull request #8586 from owncloud/more-unit-tests

Add tests for other types that PHP might cast
This commit is contained in:
Thomas Müller 2014-05-13 23:06:15 +02:00
commit 401bc60981
1 changed files with 2 additions and 0 deletions

View File

@ -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'),