PHPUnit: Add Database tags
authorJeff Janes <jeff.janes@gmail.com>
Fri, 15 Aug 2014 21:11:26 +0000 (14:11 -0700)
committerJeff Janes <jeff.janes@gmail.com>
Wed, 17 Sep 2014 01:42:27 +0000 (18:42 -0700)
commit7e3fcc39ea5535457c1337a1127f27d762a153ed
treeaebc4a93b4b3e2e2dd1cdfce1b9e54eff0ef1c05
parenta01e85de7d06382681dc8e5a9bf112805dd7cdfa
PHPUnit:  Add Database tags

Several unit tests access the database, but did not declare
themselves in the Database @group.  This causes
"make databaseless" to fail needlessly.  Add the
missing tags.

tests/phpunit/includes/LinkerTest.php
tests/phpunit/includes/actions/ActionTest.php
tests/phpunit/includes/specials/ImageListPagerTest.php
tests/phpunit/includes/specials/SpecialMIMESearchTest.php
tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php

Other than ActionTest.php, these also are problematic in 1.23

Change-Id: I7c1c957e2194c13e48b7ba68d7529e5d89901875
tests/phpunit/includes/LinkerTest.php
tests/phpunit/includes/actions/ActionTest.php
tests/phpunit/includes/specials/ImageListPagerTest.php
tests/phpunit/includes/specials/SpecialMIMESearchTest.php
tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php