diff options
author | uckelman <uckelman@nomic.net> | 2010-04-20 20:04:08 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-20 20:04:08 +0000 |
commit | 7bc43bb185c554fad9064a97a667ca4c25ac5457 (patch) | |
tree | bca83c65e2d6b3e6235ad2a2eb90373bafad3f2c /test/PhpBB3Test.php | |
parent | 36cc1d4510d4f28c463e9584cb7ce849a5e4e2ec (diff) |
Fixed bad test cases.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6722 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/PhpBB3Test.php')
-rw-r--r-- | test/PhpBB3Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php index 99de765..9de93b5 100644 --- a/test/PhpBB3Test.php +++ b/test/PhpBB3Test.php @@ -78,7 +78,7 @@ EOF; public function providerGetTopicAndForumIds() { return array( array(null, null, 'Exception'), - array('bogus', false, null), + array(0, false, null), array(2, array('topic_id' => 2, 'forum_id' => 2), null) ); } |