From 6847dc5559f6dd64d26302fb94af0ba3ce129728 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 20:02:30 +0000 Subject: Updated test cases. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6676 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/PhpBB3Test.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php index a5bd7ba..ca94526 100644 --- a/test/PhpBB3Test.php +++ b/test/PhpBB3Test.php @@ -44,7 +44,8 @@ EOF; public function providerGetUserId() { return array( - array('bogus', null, 'Exception'), + array(null, null, 'Exception'), + array('bogus', false, null), array('uckelman@nomic.net', 2, null) ); } @@ -76,7 +77,8 @@ EOF; public function providerGetTopicAndForumIds() { return array( - array('bogus', null, 'Exception'), + array(null, null, 'Exception'), + array('bogus', false, null), array(2, array('topic_id' => 2, 'forum_id' => 2), null) ); } -- cgit v1.2.3