From ac4b0129cbdf636986d7ad5d404f6d82abfb87da Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 15 Sep 2011 20:43:40 +0000 Subject: [PATCH] buildMainQueryConds() (called by assertConditions) uses a wfGetDB( DB_SLAVE ) Although no data is transmitted to/from the server (create a DB_NONE?) --- tests/phpunit/includes/specials/SpecialRecentchangesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/specials/SpecialRecentchangesTest.php b/tests/phpunit/includes/specials/SpecialRecentchangesTest.php index 4dd18a0524..4cec766349 100644 --- a/tests/phpunit/includes/specials/SpecialRecentchangesTest.php +++ b/tests/phpunit/includes/specials/SpecialRecentchangesTest.php @@ -5,6 +5,7 @@ * Copyright © 2011, Ashar Voultoiz * * @author Ashar Voultoiz + * @group Database */ class SpecialRecentchangesTest extends MediaWikiTestCase { -- 2.20.1