Remove silly test cases that are likely to fail
authorChad Horohoe <chadh@wikimedia.org>
Thu, 10 Oct 2013 01:14:42 +0000 (18:14 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 10 Oct 2013 01:14:42 +0000 (18:14 -0700)
Nobody should be giving objects or arrays to addIdentifierQuotes() anyway

Change-Id: Ibebf5d32196ac5b80cd477aedfef982fd2c9a0e6

tests/phpunit/includes/db/DatabaseMysqlBaseTest.php

index 75c4837..8138b70 100644 (file)
@@ -83,9 +83,6 @@ class DatabaseMysqlBaseTest extends MediaWikiTestCase {
                        // will return with thoses:
                        array( '``', false ),
                        array( '`1`', true ),
-                       array( '`Array`', array() ),
-                       //array( '`Object`', new stdClass() ),
-                       // ^ Error: Object of class stdClass could not be converted to string
 
                        // We never know what could happen
                        array( '`0`', 0 ),