Civi\Test\HookInterface is now an alias for Civi\Core\HookInterface
authorTim Otten <totten@civicrm.org>
Sat, 26 Feb 2022 03:16:30 +0000 (19:16 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 26 Feb 2022 03:18:08 +0000 (19:18 -0800)
commitd5f5cc4c7048eb5d3fedf2c0f599961ea5acba8b
treed679974e283c2266f28134abe84127f1036bb6ff
parentee44263ea97beff2d3d6b6c13d6a95cc621237fc
Civi\Test\HookInterface is now an alias for Civi\Core\HookInterface

This means that we don't need to maintain two copies of the docblock.

There's a strong expectation that the interfaces work equivalently.

It will be more forgiving if a consumer mixes up the names.
Civi/Core/Event/EventScanner.php
Civi/Test/HookInterface.php