diff options
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) ); } |