From: aude Date: Sat, 18 Mar 2017 23:06:09 +0000 (-0400) Subject: Add missing @group Database tags in tests X-Git-Tag: 1.31.0-rc.0~3703^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=84433394117db3eee5776c72bda802dd8e38f39a;p=lhc%2Fweb%2Fwiklou.git Add missing @group Database tags in tests Change-Id: Id92aab0b1f8cde6657d6558d0d82605109daa588 --- diff --git a/includes/WatchedItemStore.php b/includes/WatchedItemStore.php index 9af5310ee1..caa3fdbe06 100644 --- a/includes/WatchedItemStore.php +++ b/includes/WatchedItemStore.php @@ -11,8 +11,11 @@ use Wikimedia\Rdbms\LoadBalancer; * Storage layer class for WatchedItems. * Database interaction. * - * @author Addshore + * Uses database because this uses User::isAnon + * + * @group Database * + * @author Addshore * @since 1.27 */ class WatchedItemStore implements StatsdAwareInterface { diff --git a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php index 1d48d08b1d..2206fbdfee 100644 --- a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php +++ b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php @@ -1,6 +1,7 @@