summaryrefslogtreecommitdiff
path: root/test/BridgeTest.php
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 18:47:03 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 18:47:03 +0000
commit1f0296634b0387358421f50c8ea45fc45a22f312 (patch)
tree4035b0cececfa8587ad6dbcf020c199cf9019b33 /test/BridgeTest.php
parenta28bdd669d2fc5c97f878f528991667180c5cf11 (diff)
Fixed test.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6667 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/BridgeTest.php')
-rw-r--r--test/BridgeTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index a43acd2..94eae5d 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -155,8 +155,8 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
public function providerSetPostId() {
return array(
- array(null, null, 'PHPUnit_Framework_Error'),
- array('<10100302094228.33F0310091@charybdis.ellipsis.cx>', null, 'PDOException'),
+ array(null, 1, 'PHPUnit_Framework_Error'),
+ array('<10100302094228.33F0310091@charybdis.ellipsis.cx>', null, 'PHPUnit_Framework_Error'),
array('<20100302094228.33F0310091@charybdis.ellipsis.cx>', 2, null),
array('<20100302094228.33F0310091@charybdis.ellipsis.cx>', 3, null),
);