CiviTestListener - Move scanning responsibility from 'CiviTestListener' to 'EventScanner'
authorTim Otten <totten@civicrm.org>
Fri, 21 May 2021 02:47:29 +0000 (19:47 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 26 May 2021 23:52:19 +0000 (16:52 -0700)
commitdf2b1bc531a1f27b01db9697d7922766d6fa5fa0
tree82fd9c00230d17c214e0e5eae0c96bf5ee14e537
parent1b64d7cb2c45db443469b0ee1ef82fcba04cf709
CiviTestListener - Move scanning responsibility from 'CiviTestListener' to 'EventScanner'

The removes duplicate code and expands the functionality to support methods
of the form `_on_{$symfony_event}()`.
CRM/Utils/System/UnitTests.php
Civi/Test/CiviTestListener.php
Civi/Test/CiviTestListenerPHPUnit7.php
Civi/Test/HookInterface.php
Civi/Test/Legacy/CiviTestListener.php