There are many tests that rely on parts of Hooks.php that will no longer exist, to pass.
One example is PrefixSearchTest:: testSearch that relies on access to the private field Hooks::$handlers (which no longer exists). to pass. We will need to fix all these tests to adhere to the new HookContainer.php.
Description
Description
Details
Details
Related Changes in Gerrit:
Event Timeline
Comment Actions
Change 588473 had a related patch set uploaded (by Nikki Nikkhoui; owner: Nikki Nikkhoui):
[mediawiki/core@master] Fix failing tests relying on private Hooks.php properties
Comment Actions
Change 588473 merged by jenkins-bot:
[mediawiki/core@master] Fix failing tests relying on private Hooks.php properties
Comment Actions
Change 588763 had a related patch set uploaded (by Nikki Nikkhoui; owner: Nikki Nikkhoui):
[mediawiki/core@master] Hide deprecated warnings for Hooks::clear()
Comment Actions
Change 588763 merged by jenkins-bot:
[mediawiki/core@master] Hide deprecated warnings for Hooks::clear()