mediawiki-skins-Vector/tests/phpunit/integration
Umherirrender ea4fd5d182 Create a FeatureManagerFactory
Some feature requirements needs access to the request user or title.
Currently the context is given in the ServiceWiring callback,
access to RequestContext::getMain() should be avoided during service
wiring (T218555).
Create a factory to hold the code from the service wiring and call the
factory with the request context from the skin to get a feature manager.

Bug: T359665
Change-Id: I57515ec02ed454620f729a109d0ace43b447b6ce
2024-03-08 20:28:31 +01:00
..
ServiceWiringTest.php Use $this->getServiceContainer() in tests 2024-03-01 15:31:49 +00:00
SkinVectorTest.php Use $this->getServiceContainer() in tests 2024-03-01 15:31:49 +00:00
VectorHooksTest.php Create a FeatureManagerFactory 2024-03-08 20:28:31 +01:00