diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-04-26 18:23:31 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-04-26 18:23:31 +0200 |
commit | c4372dd38a4d109b4f3881ea63b667e33adbe503 (patch) | |
tree | e8e6dae1229a68c26b7a348c73dc0c8c77da97e5 /tests/phpunit/includes | |
parent | cf566324cfb218f0c7323d97d2a103bbb8d60ba4 (diff) |
Update to MediaWiki 1.18.3
Diffstat (limited to 'tests/phpunit/includes')
-rw-r--r-- | tests/phpunit/includes/TitleTest.php | 1 | ||||
-rw-r--r-- | tests/phpunit/includes/upload/UploadStashTest.php | 5 |
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; |