diff options
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), ); } |