aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/parser/ParserFactoryTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-2/+2
* 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
* Parser: Inject service LanguageNameUtilsFomafix2024-05-201-0/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* tests: Add or fix Parser test namespacesReedy2024-02-161-0/+7
* 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
* 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-35/+13
* tests: Use array_fill_keys instead of array_combine/array_fillUmherirrender2023-04-291-4/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1/+1
* 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
* Merge "Replace trivial usa of mock builder with createMock() shortcut"jenkins-bot2022-07-191-3/+1
|\
| * Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-3/+1
* | Tests: Use createNoOpMock() shortcut in a few more placesThiemo Kreuz2022-07-181-2/+1
|/
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
* Use UrlUtils in ParserAryeh Gregor2022-04-281-1/+6
* 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-8/+7
* Remove Parser dependency on config LanguageCode/DisableLangConversionUmherirrender2021-12-181-1/+5
* Fix line indent in ParserFactoryTestUmherirrender2021-12-181-5/+5
* Move ::addTrackingCategory() implementation to TrackingCategoriesC. Scott Ananian2021-10-151-1/+2
* parser: Replace deprecated MWHttpRequest::factoryUmherirrender2021-08-041-1/+3
* Parser: remove Title from method signaturesdaniel2021-04-291-1/+2
* Reduce mocking LoggerInterfaceDannyS7122021-04-231-2/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-3/+3
* Make Parser use UserIdentity instead of UserPetr Pchelko2021-03-171-1/+5
* Parser: initialize preprocessor in constructorC. Scott Ananian2021-03-161-1/+2
* Introduce Tidy serviceC. Scott Ananian2021-03-151-1/+3
* Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-11/+14
* Function visibility in ParserFactoryTest.phpReedy2020-05-101-2/+2
* Deprecate Parser::firstCallInit()C. Scott Ananian2020-04-171-1/+18
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-0/+1
* Fix the namespace of SpecialPageFactoryTim Starling2020-02-211-1/+1
* parser: Inject a LanguageConverterFactory through DI containers:Peter Ovchyn2020-02-041-0/+65
* phpunit: Repair GLOBALS reset in MediaWikiUnitTestCaseTimo Tijhof2019-09-021-32/+0
* Introduce MovePageFactoryAryeh Gregor2019-08-191-0/+32