From: Chad Horohoe Date: Thu, 10 Oct 2013 01:14:42 +0000 (-0700) Subject: Remove silly test cases that are likely to fail X-Git-Tag: 1.31.0-rc.0~18549 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=7d1cd6c376c4ae941a8f654815daad75f0146b2e;p=lhc%2Fweb%2Fwiklou.git Remove silly test cases that are likely to fail Nobody should be giving objects or arrays to addIdentifierQuotes() anyway Change-Id: Ibebf5d32196ac5b80cd477aedfef982fd2c9a0e6 --- diff --git a/tests/phpunit/includes/db/DatabaseMysqlBaseTest.php b/tests/phpunit/includes/db/DatabaseMysqlBaseTest.php index 75c48374d2..8138b70bd0 100644 --- a/tests/phpunit/includes/db/DatabaseMysqlBaseTest.php +++ b/tests/phpunit/includes/db/DatabaseMysqlBaseTest.php @@ -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 ),