From: Platonides Date: Thu, 15 Sep 2011 20:43:40 +0000 (+0000) Subject: buildMainQueryConds() (called by assertConditions) uses a wfGetDB( DB_SLAVE ) X-Git-Tag: 1.31.0-rc.0~27627 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=ac4b0129cbdf636986d7ad5d404f6d82abfb87da;p=lhc%2Fweb%2Fwiklou.git buildMainQueryConds() (called by assertConditions) uses a wfGetDB( DB_SLAVE ) Although no data is transmitted to/from the server (create a DB_NONE?) --- 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 {