summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 14:44:10 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 14:44:10 +0000
commit13763c5e23ed553fcde7a72a4ceb5022a0624f31 (patch)
tree9a38e788c86afbbfe1caff9abbb4f84dcd1e43ac /test
parentf1c4ab138556bed2448aaef0e8393ef099eed8e0 (diff)
Fixed test.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6650 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/PhpBB3Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php
index 64cd1c6..a853b8b 100644
--- a/test/PhpBB3Test.php
+++ b/test/PhpBB3Test.php
@@ -95,7 +95,7 @@ EOF;
array('bogus', null, 'PHPUnit_Framework_Error'),
array(3.5, null, 'PHPUnit_Framework_Error'),
array(-1, null, 'PHPUnit_Framework_Error'),
- array(1, false, null),
+ array(0, false, null),
array(2, true, null)
);
}