aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/MediaWikiLangTestCase.php
Commit message (Expand)AuthorAgeFilesLines
* Use ContentLanguageCode service instead of heavy Language objectAmir Sarabadani2024-11-021-1/+1
* Use MediaWikiIntegrationTestCase::getConfVar in testsFomafix2024-08-061-1/+1
* MediaWikiLangTestCase: Avoid global variableFomafix2023-10-121-8/+7
* Replace usages of deprecated MWExceptionDaimona Eaytoy2023-06-061-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use @before/@after in MediaWikiIntegrationTestCase/MediaWikiUnitTestCaseUmherirrender2021-04-271-3/+5
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Use MediaWikiServices::getMessageCacheUmherirrender2020-03-141-2/+3
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-4/+7
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-12/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Pass phpcs-strict on some test files (1/x)Siebrand Mazeland2014-04-241-1/+0
* Remove is_numeric check from Title::checkUserBlockKevin Israel2013-04-241-0/+4
* Update formattingSiebrand Mazeland2013-02-141-1/+1
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-24/+11
* MediaWikiLangTestCase now call parent setUp/tearDownAntoine Musso2012-07-181-0/+5
* Follow up to r108927. Replaced die() with throw new MWException(), according ...Amir E. Aharoni2012-01-141-1/+3
* Changing the failure message to something more meaningful.Amir E. Aharoni2012-01-141-1/+3
* Make sure to die if there are more MediaWikiLangTestCase::tearDowns than setU...Platonides2011-06-151-0/+1
* Removed trailing whitespacesAlexandre Emsenhuber2011-05-101-6/+6
* Follow-up r87210: Add MediaWikiLangTestCase to the autoloader and make the cl...Paul Copperman2011-05-041-1/+1
* Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configure...Platonides2011-05-011-0/+32