diff options
author | uckelman <uckelman@nomic.net> | 2010-04-20 20:04:08 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-20 20:04:08 +0000 |
commit | 7bc43bb185c554fad9064a97a667ca4c25ac5457 (patch) | |
tree | bca83c65e2d6b3e6235ad2a2eb90373bafad3f2c /test/BridgeTest.php | |
parent | 36cc1d4510d4f28c463e9584cb7ce849a5e4e2ec (diff) |
Fixed bad test cases.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6722 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 b0b5df7..6925847 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -90,7 +90,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { public function providerGetMessageId() { return array( array(null, null, 'Exception'), - array('bogus', false, null), + array(0, false, null), array(1, '<20100302094228.33F0310091@charybdis.ellipsis.cx>', null), ); } |