summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes')
-rw-r--r--tests/phpunit/includes/TitleTest.php1
-rw-r--r--tests/phpunit/includes/upload/UploadStashTest.php5
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/phpunit/includes/TitleTest.php b/tests/phpunit/includes/TitleTest.php
index 51b36160..e7bb98ac 100644
--- a/tests/phpunit/includes/TitleTest.php
+++ b/tests/phpunit/includes/TitleTest.php
@@ -44,6 +44,7 @@ class TitleTest extends MediaWikiTestCase {
* @param string $source
* @param string $target
* @param array|string|true $requiredErrors
+ * @group Database
* @dataProvider dataTestIsValidMoveOperation
*/
function testIsValidMoveOperation( $source, $target, $expected ) {
diff --git a/tests/phpunit/includes/upload/UploadStashTest.php b/tests/phpunit/includes/upload/UploadStashTest.php
index 9c39bc61..e644a259 100644
--- a/tests/phpunit/includes/upload/UploadStashTest.php
+++ b/tests/phpunit/includes/upload/UploadStashTest.php
@@ -28,7 +28,10 @@ class UploadStashTest extends MediaWikiTestCase {
)
);
}
-
+
+ /**
+ * @group Database
+ */
public function testBug29408() {
global $wgUser;
$wgUser = self::$users['uploader']->user;