summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)
);
}