aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/parser/ParserTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-4/+4
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* tests: Use namespaced classes (@covers)Umherirrender2024-06-141-8/+8
* Parser: Inject service LanguageNameUtilsFomafix2024-05-201-0/+2
* tests: Namespace more parser classesReedy2024-02-171-6/+19
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-8/+8
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Deprecate MagicWordFactory::getSubstIDsthiemowmde2023-11-131-2/+1
* Merge "Parser: use PHPDoc comments on properties, typed private properties"jenkins-bot2023-09-191-1/+1
|\
| * Parser: use PHPDoc comments on properties, typed private propertiestacsipacsi2023-09-171-1/+1
* | Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
|/
* Fix incomplete/broken ParserFactoryTest & ParserTestthiemowmde2023-07-281-33/+31
* tests: Use array_fill_keys instead of array_combine/array_fillUmherirrender2023-04-291-4/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1/+2
* Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-0/+1
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+2
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
* tests: Update namespace for MediaWiki\SpecialPage\SpecialPageFactoryUmherirrender2022-05-281-1/+1
* Use UrlUtils in ParserAryeh Gregor2022-04-281-1/+2
* TempUser EditPage and permissionsTim Starling2022-04-261-1/+3
* Fix SignatureValidatorFactory circular dependencyTim Starling2022-04-131-1/+3
* remove access to config globals from includes/parserdaniel2022-02-011-1/+10
* Move ::addTrackingCategory() implementation to TrackingCategoriesC. Scott Ananian2021-10-151-1/+2
* parser: Replace deprecated MWHttpRequest::factoryUmherirrender2021-08-041-1/+3
* ParserTest: remove unused $mockConfigDannyS7122021-05-291-9/+0
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-1/+1
* Parser: remove Title from method signaturesdaniel2021-04-291-1/+47
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-2/+2
* Make Parser use UserIdentity instead of UserPetr Pchelko2021-03-171-0/+2
* Parser: initialize preprocessor in constructorC. Scott Ananian2021-03-161-0/+13
* Parser::__construct(): Remove deprecated argument variantsC. Scott Ananian2021-03-161-60/+15
* Introduce Tidy serviceC. Scott Ananian2021-03-151-2/+7
* Don't apply French spacing in raw text elementsArlo Breault2021-02-161-1/+5
* Use ::class together with createMock in unit testsUmherirrender2020-10-301-13/+13
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+3
* Deprecate Parser::firstCallInit()C. Scott Ananian2020-04-171-2/+18
* Hard-deprecate direct calls to Parser::__construct()C. Scott Ananian2020-04-161-0/+2
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Manual fix of the remaining assertInternalType & Co.Daimona Eaytoy2019-12-151-1/+2
* Don't pass Config to Parser(Factory)Aryeh Gregor2019-05-201-0/+98