Consistently use
$this->getServiceContainer()
instead of
MediaWikiServices::getInstance()
in tests.
Change-Id: I409e4c25b301c9110348bedb7f4457030bbc17e5
Replace the dynamic property on SpecialTrackingCategories object,
this was used to store preloaded Category objects.
Dynamic properties are deprecated in php8.2
The preload and storage is now done with the service.
Adjust doc to LinkTarget (Id0cc2ca)
Bug: T324897
Change-Id: I891ad79bc357d32585ef4d9206d398c5a75222aa