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
HookContainerTest.php HookContainer: add getHookNames method 2022-11-16 11:54:39 +00:00
HookRunnerTest.php
HookRunnerTestBase.php
StaticHookRegistryTest.php