Add tests for other types that PHP might cast

Addition to https://github.com/owncloud/core/pull/8572
This commit is contained in:
Lukas Reschke 2014-05-13 22:01:11 +02:00
parent f5bc680f9c
commit b0381cfe12
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'),