wiki.techinc.nl/tests/phpunit/unit/includes/parser
thiemowmde 3d65c37ba4 Fix remaining link numeric ids in LinkHolderArrayTest
These specific placeholders are meant to stay untouched in the test.
Because of this it technically doesn't matter if the namespace numbers
and link ids (from Parser::nextLinkID) are numeric. Still I find it
less confusing when the test setup reflects how the code actually
behaves. An IWLINK is identified by a single numeric id, and a LINK by
a namespace:numeric id pair.

This is split from Ie994059 to make it easier to review.

Change-Id: I1141de06eb3235d199a3dc02ef0a24d0d4fe1416
2022-12-09 12:04:40 +01:00
..
Parsoid parsoid: inject UrlUtils to avoid phpunit failures in SiteConfigTest 2022-08-26 23:39:57 +00:00
LinkHolderArrayTest.php Fix remaining link numeric ids in LinkHolderArrayTest 2022-12-09 12:04:40 +01:00
ParserCacheFactoryTest.php Reorg: Move Title-related classes to title/ 2022-11-26 09:30:32 +00:00
ParserFactoryTest.php Merge "Replace trivial usa of mock builder with createMock() shortcut" 2022-07-19 11:41:12 +00:00
ParserObserverTest.php ParserObserver: Only report duplicate parse if the content is the same 2022-05-14 02:13:25 +02:00
SanitizerUnitTest.php Protect against long match length in CHAR_REFS_REGEX 2022-11-17 16:47:39 -05:00