From 1f0296634b0387358421f50c8ea45fc45a22f312 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 18:47:03 +0000 Subject: Fixed test. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6667 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/BridgeTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/BridgeTest.php') 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), ); -- cgit v1.2.3