Merge pull request #8586 from owncloud/more-unit-tests
Add tests for other types that PHP might cast
This commit is contained in:
commit
401bc60981
1 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue