diff options
author | uckelman <uckelman@nomic.net> | 2010-04-27 19:51:58 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-27 19:51:58 +0000 |
commit | 74a315b1c9e0cd71ae574456b58e25ff75e5c9aa (patch) | |
tree | 7049cd086c43c094aa20a8e8a4e3905057480822 /test/BridgeTest.php | |
parent | 61e73c5faaafaf8f60fd0c3b9ef71f1d8bfeafb5 (diff) |
Adjusted test to reflect removal of References.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6766 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 99a3010..e181f1c 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, 'Exception'), + array(null, null, null, null, 'Exception'), array( null, '<20100302094228.33F0310091@charybdis.ellipsis.cx>', |