aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/parser/MagicVariableTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "parser: Fix zero-based (?) month in MagicVariableTest"jenkins-bot2025-03-141-6/+1
|\
| * parser: Fix zero-based (?) month in MagicVariableTestthiemowmde2024-08-081-6/+1
* | Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* | Merge "parser: Avoid cache stampede on pages which use {{CURRENTYEAR}}"jenkins-bot2024-08-261-30/+30
|\ \ | |/ |/|
| * parser: Avoid cache stampede on pages which use {{CURRENTYEAR}}C. Scott Ananian2024-05-061-30/+30
* | Replace gettype() with get_debug_type() in debug/log/test outputBartosz DziewoƄski2024-07-311-1/+1
* | Drop duplicate test cases and @dataProviders from teststhiemowmde2024-07-191-15/+2
* | tests: Use namespaced classes (@covers)Umherirrender2024-06-141-1/+1
|/
* tests: Namespace more parser classesReedy2024-02-171-0/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Avoid calling overrideConfigValue() multiple timesthiemowmde2023-07-201-7/+6
* tests: Change some setMwGlobals to overrideConfigValueUmherirrender2023-07-171-3/+3
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-2/+2
* Avoid calling setMwGlobals multiple timesthiemowmde2023-05-021-2/+4
* parser: improve cache TTL accuracy for CURRENT*/LOCAL* magic wordsAaron Schulz2023-03-281-3/+119
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-1/+1
* Emit warnings when accessing deprecated public properties of ParserC. Scott Ananian2022-03-311-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Add missing @param and @return to documentation in testsUmherirrender2021-01-221-2/+10
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Merge "Refactor magic word implementations out of Parser.php"jenkins-bot2020-04-221-18/+2
|\
| * Refactor magic word implementations out of Parser.phpC. Scott Ananian2020-04-101-18/+2
* | Deprecate old-style accessor/mutation methods of ParserC. Scott Ananian2020-04-161-2/+2
* | Hard-deprecate direct calls to Parser::__construct()C. Scott Ananian2020-04-161-2/+3
|/
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Merge "Deprecate Parser implementation methods (will be private in next relea...jenkins-bot2019-10-291-2/+4
|\
| * Deprecate Parser implementation methods (will be private in next release)C. Scott Ananian2019-10-291-2/+4
* | Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+4
|/
* Use setContentLang() instead of setMwGlobals()Aryeh Gregor2018-07-261-4/+1
* Move phpunit @group from file comment to class commentUmherirrender2018-03-101-2/+1
* Add @covers tags to miscellaneous tests (#2)Kunal Mehta2017-12-281-1/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-3/+3
* Add @group Database tags to tests that need itaude2015-04-011-0/+2
* Cleanup some docs (tests)umherirrender2014-08-111-1/+1
* test: Remove MagicVariableTest#testServernameFromDifferentProtocolsTimo Tijhof2014-06-251-20/+0
* Pass phpcs-strict on some test files (9/11)Siebrand Mazeland2014-04-241-1/+3
* Fixed some @params documentation (tests)umherirrender2014-04-171-8/+13
* Cleanup MagicVariableTestaddshore2013-10-231-36/+57
* Revert "Misc follow-ups to I2fc3966e (a161c5e)"Aaron Schulz2013-03-221-48/+12
* MagicVariableTest.php: Use dataProviderumherirrender2013-03-201-9/+10
* Misc follow-ups to I2fc3966e (a161c5e)Alexandre Emsenhuber2013-02-181-12/+49
* Update formattingSiebrand Mazeland2013-02-151-5/+16
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+1
* (bug 35204) set wgLanguageCode in unit testsAlexandre Emsenhuber2012-11-171-8/+11
* Use ParserOptions::newFromUserAndLang in testsumherirrender2012-10-241-2/+3