diff options
author | uckelman <uckelman@nomic.net> | 2010-04-13 20:30:21 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-13 20:30:21 +0000 |
commit | 531fb588313ac5752e07dda1d6769433848673e0 (patch) | |
tree | 861d2bef2ccb53ef43cdab200b4da85d12827275 /test | |
parent | 227c44ce079de309cf054899c15ec06b075d7940 (diff) |
Added missing test argument.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6702 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-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 e2b98a7..b0b5df7 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -110,7 +110,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { public function providerRegisterMessage() { return array( - array(null, null, null, null, 'Exception'), + array(null, null, null, null, null, 'Exception'), array( null, '<20100302094228.33F0310091@charybdis.ellipsis.cx>', |