aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/cache/MessageCacheTest.php
Commit message (Expand)AuthorAgeFilesLines
* language: Move tests from /cache to /languageLucas Werkmeister2023-07-281-319/+0
* LocalisationCache: Preserve fallback source language infoFunc2023-06-141-0/+26
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* objectcache: Remove $wgMainWANCache and $wgWANObjectCachesTimo Tijhof2023-03-071-11/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-1/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-1/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-6/+7
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-12/+11
* MessageCacheTest: remove sunday from tested wordsTaavi Väänänen2021-12-301-6/+0
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+0
* Use PageUpdater's fluent interfaceDerick Alangi2021-10-051-6/+7
* Use PageUpdater's fluent interface as in some parts of our codebaseDerick Alangi2021-09-231-5/+2
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Optimise MessageCache::isMainCacheable() for the single-message caseTim Starling2021-05-121-0/+27
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* MCR importdaniel2020-07-181-2/+4
* Make MessageCacheTest::makePage private, return RevisionRecordDannyS7122020-05-211-7/+15
* cache: Remove use of $wgContLanguageCode in MessageCacheTestTimo Tijhof2020-03-151-3/+3
* Use MediaWikiServices::getMessageCacheUmherirrender2020-03-141-9/+11
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-2/+2
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-7/+7
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-2/+0
* Convert MessageCache to serviceAryeh Gregor2019-08-181-3/+1
* MessageCache: Fix isMainCacheable() logic for non-content languagesRoan Kattouw2019-07-201-2/+17
* Default $wgActorTableSchemaMigrationStage to READ_NEWBrad Jorsch2019-04-091-1/+1
* Fix MessagecacheTest::testLoadFromDB_fetchLatestRevisiondaniel2019-03-251-3/+1
* Disable flapping MessageCacheTest::testLoadFromDB_fetchLatestRevision()Max Semenik2019-03-231-0/+2
* Only load latest revision in MessageCache::loadFromDBdaniel2019-03-221-1/+46
* messagecache: check overridable message array in getMsgFromNamespace()Aaron Schulz2018-10-161-0/+17
* MessageCache: replace should actually replace, not reloadBrad Jorsch2018-10-111-0/+45
* Phabricator: Use Tddddd instead of Bug ddddd in commentsFomafix2018-10-041-1/+1
* MessageCache: remove confusing and unused $isFullKey parameter from get()Aaron Schulz2018-10-021-19/+0
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-6/+5
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Avoid races in MessageCache::replace()Aaron Schulz2017-01-251-0/+31
* Avoid rebuilding database fixtures for every test rundaniel2016-03-101-1/+1
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-8/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-28/+28
* Add tests for 47e0f0c3 (MessageCache::normalizeKey())Brian Wolff2015-07-191-0/+22
* Fixed race condition in MessageCache::replaceAaron Schulz2015-06-041-4/+3
* Cleanup some docs (tests)umherirrender2014-08-111-1/+1
* Fix scope on all /phpunit test methodsaddshore2013-10-241-2/+2
* Add @covers for GenderCache + MessageCache testsaddshore2013-10-181-0/+1
* Enable fallback languages when retrieving messagesTyler Romeo2013-05-261-0/+127
* Revert changes in fallback behaviorSiebrand Mazeland2013-03-281-114/+0
* Update code formattingSiebrand Mazeland2013-03-271-1/+1
* (bug 1495) Include the site language in the fallback listMormegil2013-03-251-5/+25