diff --git a/tests/Mantis/HelperTest.php b/tests/Mantis/HelperTest.php index 2a73e2af11..e57198b9f6 100644 --- a/tests/Mantis/HelperTest.php +++ b/tests/Mantis/HelperTest.php @@ -53,15 +53,6 @@ public function testArrayTranspose( $p_in, $p_out ) { */ public function providerArrayTranspose() { return array( - # null - array( null, null ), - - # scalar - array( 123, 123 ), - - # object - array( $this, $this ), - # simple array array( array(123,456), array(123,456) ),