aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/parser/LinkHolderArrayTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-7/+7
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-5/+5
* tests: Add or fix Parser test namespacesReedy2024-02-161-1/+7
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Merge "parser: Make all LinkHolderArray properties private"jenkins-bot2023-04-081-2/+13
|\
| * parser: Make all LinkHolderArray properties privatethiemowmde2023-03-151-2/+13
* | tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Fix remaining link numeric ids in LinkHolderArrayTestthiemowmde2022-12-091-8/+8
* Fix bogus test setup in LinkHolderArrayTestthiemowmde2022-12-091-41/+41
* Fix bogus non-numeric namespaces in LinkHolderArrayTestthiemowmde2022-12-091-15/+15
* Update LinkHolderArray tests for new HookContainer parameterTim Starling2020-06-231-5/+10
* parser: Add Title type hint to LinkHolderArray::makeHolderThiemo Kreuz2020-06-221-32/+0
* New unit and integraton tests for class LinkHolderArrayArtBaltai2020-06-041-0/+307