[Pkg-owncloud-commits] [owncloud] 120/172: Add tests for other types that PHP might cast

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit b0381cfe12689880a63648f66c845de576f93b21
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Tue May 13 22:01:11 2014 +0200

    Add tests for other types that PHP might cast
    
    Addition to https://github.com/owncloud/core/pull/8572
---
 tests/lib/files/view.php | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list