phpunit: Abstract user-lang override in MediaWikiTestCase
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 9 Mar 2016 16:47:58 +0000 (16:47 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 9 Mar 2016 16:55:50 +0000 (16:55 +0000)
commitecb47bfb8f729dd26c0d47b0ddae7761f32dda99
tree4173d1ef87ff892f7804faffac9ca6312af2bd8b
parent31df0b56dd51d95445d4d7baebdd6d3581640e1c
phpunit: Abstract user-lang override in MediaWikiTestCase

Removed redundant set up in these classes (same as their paren
class MediaWikiLangTestCase does already).
* BlockTest
* ExportTest
* MWTimestampTest
* TitlePermissionTest

Change-Id: I28d18cb797bb249981727b02dffce4f0d8682b02
16 files changed:
tests/phpunit/MediaWikiLangTestCase.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/BlockTest.php
tests/phpunit/includes/ExportTest.php
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/HtmlTest.php
tests/phpunit/includes/MWTimestampTest.php
tests/phpunit/includes/MessageTest.php
tests/phpunit/includes/TitlePermissionTest.php
tests/phpunit/includes/TitleTest.php
tests/phpunit/includes/cache/MessageCacheTest.php
tests/phpunit/includes/changes/OldChangesListTest.php
tests/phpunit/includes/changes/TestRecentChangesHelper.php
tests/phpunit/includes/exception/MWExceptionTest.php
tests/phpunit/includes/page/ArticleTablesTest.php
tests/phpunit/includes/title/MediaWikiTitleCodecTest.php