Remove method level @group Database tags

MessageTest did not have the group at class level
either so that is added in this patch.

Change-Id: Idb6213282d6854044f374c9df51ea32d0a5523e1
This commit is contained in:
addshore 2017-11-23 19:09:15 +00:00
parent d849eb16ff
commit e6e59bb425
4 changed files with 3 additions and 5 deletions

View file

@ -193,7 +193,6 @@ class ExtraParserTest extends MediaWikiTestCase {
}
/**
* @group Database
* @covers Parser::parse
*/
public function testTrackingCategory() {
@ -207,7 +206,6 @@ class ExtraParserTest extends MediaWikiTestCase {
}
/**
* @group Database
* @covers Parser::parse
*/
public function testTrackingCategorySpecial() {

View file

@ -2,6 +2,9 @@
use Wikimedia\TestingAccessWrapper;
/**
* @group Database
*/
class MessageTest extends MediaWikiLangTestCase {
protected function setUp() {
@ -467,7 +470,6 @@ class MessageTest extends MediaWikiLangTestCase {
/**
* FIXME: This should not need database, but Language#formatExpiry does (T57912)
* @group Database
* @covers Message::expiryParam
* @covers Message::expiryParams
*/

View file

@ -282,7 +282,6 @@ class TitleTest extends MediaWikiTestCase {
/**
* Auth-less test of Title::isValidMoveOperation
*
* @group Database
* @param string $source
* @param string $target
* @param array|string|bool $expected Required error

View file

@ -212,7 +212,6 @@ class TextContentTest extends MediaWikiLangTestCase {
/**
* @dataProvider dataIsCountable
* @group Database
* @covers TextContent::isCountable
*/
public function testIsCountable( $text, $hasLinks, $mode, $expected ) {