summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 14:42:17 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 14:42:17 +0000
commitf1c4ab138556bed2448aaef0e8393ef099eed8e0 (patch)
tree5af17cc5e6ae1bf08f3620f71292d3d09529b83e
parentaa6e46800975235de41b439f19c455ba51b2039a (diff)
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6649 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--test/PhpBB3Test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php
index b75929f..64cd1c6 100644
--- a/test/PhpBB3Test.php
+++ b/test/PhpBB3Test.php
@@ -93,8 +93,8 @@ EOF;
public function providerForumExists() {
return array(
array('bogus', null, 'PHPUnit_Framework_Error'),
- array(3.5, null 'PHPUnit_Framework_Error'),
- array(-1, null 'PHPUnit_Framework_Error'),
+ array(3.5, null, 'PHPUnit_Framework_Error'),
+ array(-1, null, 'PHPUnit_Framework_Error'),
array(1, false, null),
array(2, true, null)
);