From: Antoine Musso Date: Fri, 23 Mar 2012 17:18:07 +0000 (+0100) Subject: RecentChangeTest use the Database X-Git-Tag: 1.31.0-rc.0~24144 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=9a5cbc553e56d5165641d8d6e070798ae66166e3;p=lhc%2Fweb%2Fwiklou.git RecentChangeTest use the Database Moving RecentChangeTest to the Database group will fix Jenkins jobs handling databaseless tests. Change-Id: I3f14120e806c35b19e96747aa43d6c64a6b504ca --- diff --git a/tests/phpunit/includes/RecentChangeTest.php b/tests/phpunit/includes/RecentChangeTest.php index 7865ed24b6..fbf271cc5c 100644 --- a/tests/phpunit/includes/RecentChangeTest.php +++ b/tests/phpunit/includes/RecentChangeTest.php @@ -1,4 +1,7 @@