From 7d1cd6c376c4ae941a8f654815daad75f0146b2e Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 9 Oct 2013 18:14:42 -0700 Subject: [PATCH] Remove silly test cases that are likely to fail Nobody should be giving objects or arrays to addIdentifierQuotes() anyway Change-Id: Ibebf5d32196ac5b80cd477aedfef982fd2c9a0e6 --- tests/phpunit/includes/db/DatabaseMysqlBaseTest.php | 3 --- 1 file changed, 3 deletions(-) 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 ), -- 2.20.1