summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 20:51:48 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 20:51:48 +0000
commit3324a6e7955a3e755fc2ce64dabfb98b7e19684d (patch)
tree165ba72408638042bafe3ebd6249a88222785d9e /test
parentcb0a28a4e77c41e149efddce5c79ff6dd6c4ab63 (diff)
Fixed test.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6684 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index d31f37d..ec42543 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -175,7 +175,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
public function providerGetLists() {
return array(
array(null, null, 'Exception'),
- array('bogus', false, null),
+ array(1, false, null),
array(2, array('messages@forums.vassalengine.org'), null)
);
}