From 0fc445c19bd41a848761e1ec4003b956cf6f299f Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 9 Dec 2012 10:27:56 +0100 Subject: [PATCH] Adding missing @group Database to unit tests Reasons: * Signature parsing * GenderCache * Using TestUser class (inside ApiTestCase) Change-Id: Iea4e9f9cafaa3afe7da8b922644061d3d575afe3 --- tests/phpunit/includes/PreferencesTest.php | 3 +++ tests/phpunit/includes/TitleMethodsTest.php | 1 + tests/phpunit/includes/upload/UploadFromUrlTest.php | 1 + 3 files changed, 5 insertions(+) diff --git a/tests/phpunit/includes/PreferencesTest.php b/tests/phpunit/includes/PreferencesTest.php index 1a8a4cc79d..5e546ce324 100644 --- a/tests/phpunit/includes/PreferencesTest.php +++ b/tests/phpunit/includes/PreferencesTest.php @@ -1,5 +1,8 @@