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

Add tests for other types that PHP might cast
remotes/origin/ldap_group_count
Thomas Müller 12 years ago
commit 401bc60981
  1. 2
      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'),

Loading…
Cancel
Save