aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/RecentChangeTest.php
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2012-03-23 18:18:07 +0100
committerAntoine Musso <hashar@free.fr>2012-03-23 18:20:01 +0100
commit9a5cbc553e56d5165641d8d6e070798ae66166e3 (patch)
tree71310222538016c60fc1e70f5e566172185b1424 /tests/phpunit/includes/RecentChangeTest.php
parent6813a55665a782ed45b5dcdfc4947cddb4e865d1 (diff)
downloadmediawikicore-9a5cbc553e56d5165641d8d6e070798ae66166e3.tar.gz
mediawikicore-9a5cbc553e56d5165641d8d6e070798ae66166e3.zip
RecentChangeTest use the Database
Moving RecentChangeTest to the Database group will fix Jenkins jobs handling databaseless tests. Change-Id: I3f14120e806c35b19e96747aa43d6c64a6b504ca
Diffstat (limited to 'tests/phpunit/includes/RecentChangeTest.php')
-rw-r--r--tests/phpunit/includes/RecentChangeTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/RecentChangeTest.php b/tests/phpunit/includes/RecentChangeTest.php
index 7865ed24b68c..fbf271cc5cda 100644
--- a/tests/phpunit/includes/RecentChangeTest.php
+++ b/tests/phpunit/includes/RecentChangeTest.php
@@ -1,4 +1,7 @@
<?php
+/**
+ * @group Database
+ */
class RecentChangeTest extends MediaWikiTestCase {
protected $title;
protected $target;