buildMainQueryConds() (called by assertConditions) uses a wfGetDB( DB_SLAVE )
authorPlatonides <platonides@users.mediawiki.org>
Thu, 15 Sep 2011 20:43:40 +0000 (20:43 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 15 Sep 2011 20:43:40 +0000 (20:43 +0000)
Although no data is transmitted to/from the server (create a DB_NONE?)

tests/phpunit/includes/specials/SpecialRecentchangesTest.php

index 4dd18a0..4cec766 100644 (file)
@@ -5,6 +5,7 @@
  * Copyright © 2011, Ashar Voultoiz
  *
  * @author Ashar Voultoiz
+ * @group Database
  */
 class SpecialRecentchangesTest extends MediaWikiTestCase {