diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/BridgeTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php index eabcabe..8aaba04 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -177,8 +177,8 @@ class BridgeTest extends PHPUnit_Framework_TestCase { public function providerUnregisterPost() { return array( array(null, 'Exception'), - array(1, 'Exception'), - array(2, null), + array(0, 'Exception'), + array(1, null), ); } |