wiki.techinc.nl/tests/phpunit/unit/includes/HookContainer
daniel 477c8952fe HookContainer: add getHookNames method
This proves a way to list all active hooks.
ApiQuerySiteInfo was relying on $ghHooks, which does not contain hooks
that were registered by extensions using the new hook handler system.

Change-Id: Ifae205f22ab4cc7ae0dfd15e994a1921af51b05c
2022-11-16 11:54:39 +00:00
..
DeprecatedHooksTest.php tests: Upgrade PHPUnit from 8.5+ to 9.5+ 2022-10-08 02:03:55 +02:00
GlobalHookRegistryTest.php Add tests for GlobalHookRegistry 2021-01-14 08:00:50 +00:00
HookContainerTest.php HookContainer: add getHookNames method 2022-11-16 11:54:39 +00:00
HookRunnerTest.php Add HookRunnerTestBase for use by extensions 2021-01-10 11:17:31 +00:00
HookRunnerTestBase.php Replace trivial usages of code in strings with concatenation 2022-08-26 12:26:44 +00:00
StaticHookRegistryTest.php Add tests for StaticHookRegistry 2021-01-14 07:59:59 +00:00