-
- Downloads
Merge pull request #20427 from totten/master-scanner
BAOs, Tests, etal - Support `HookInterface` and `EventSubscriberInterface` for auto-registration
Showing
- CRM/Api4/Services.php 3 additions, 6 deletionsCRM/Api4/Services.php
- CRM/Contact/BAO/RelationshipCache.php 2 additions, 2 deletionsCRM/Contact/BAO/RelationshipCache.php
- CRM/Core/BAO/RecurringEntity.php 9 additions, 1 deletionCRM/Core/BAO/RecurringEntity.php
- CRM/Core/DAO/AllCoreTables.php 17 additions, 0 deletionsCRM/Core/DAO/AllCoreTables.php
- CRM/Utils/System/UnitTests.php 9 additions, 0 deletionsCRM/Utils/System/UnitTests.php
- Civi/Core/CiviEventDispatcher.php 47 additions, 0 deletionsCivi/Core/CiviEventDispatcher.php
- Civi/Core/Container.php 11 additions, 4 deletionsCivi/Core/Container.php
- Civi/Core/Event/EventPrinter.php 50 additions, 0 deletionsCivi/Core/Event/EventPrinter.php
- Civi/Core/Event/EventScanner.php 176 additions, 0 deletionsCivi/Core/Event/EventScanner.php
- Civi/Core/Event/HookStyleListener.php 42 additions, 0 deletionsCivi/Core/Event/HookStyleListener.php
- Civi/Core/Event/ServiceListener.php 2 additions, 2 deletionsCivi/Core/Event/ServiceListener.php
- Civi/Test/CiviTestListener.php 2 additions, 44 deletionsCivi/Test/CiviTestListener.php
- Civi/Test/CiviTestListenerPHPUnit7.php 2 additions, 44 deletionsCivi/Test/CiviTestListenerPHPUnit7.php
- Civi/Test/HookInterface.php 17 additions, 0 deletionsCivi/Test/HookInterface.php
- Civi/Test/Legacy/CiviTestListener.php 2 additions, 43 deletionsCivi/Test/Legacy/CiviTestListener.php
- tests/phpunit/Civi/Test/ExampleHookTest.php 52 additions, 3 deletionstests/phpunit/Civi/Test/ExampleHookTest.php
- tests/phpunit/Civi/Test/ExampleSubscriberTest.php 87 additions, 0 deletionstests/phpunit/Civi/Test/ExampleSubscriberTest.php
Loading
Please register or sign in to comment