diff options
author | uckelman <uckelman@nomic.net> | 2010-04-11 13:41:38 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-11 13:41:38 +0000 |
commit | eec95b8ff65316efd6b294898cf752fbfeb81e79 (patch) | |
tree | 3164874319d37a4ea95d6423f4474b3c5c2f7aa2 /test/BridgeTest.php | |
parent | 29b42706b95f767cddcc8e7620a0a7070f4d289b (diff) |
Should pass tests now.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6644 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/BridgeTest.php')
-rw-r--r-- | test/BridgeTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php index 7101c77..a43acd2 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -108,7 +108,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { public function providerRegisterMessage() { return array( - array(null, null, null, null, null, 'PHPUnit_Framework_Error'), + array(null, null, null, null, 'PHPUnit_Framework_Error'), array( '<20100302094228.33F0310091@charybdis.ellipsis.cx>', null, |