/home/techb158/ileadtechnology.com/vendor/phpunit/phpunit/src/Runner/Hook
NameSizeModeActions
AfterIncompleteTestHook.php6860644editdlrm
AfterLastTestHook.php6280644editdlrm
AfterRiskyTestHook.php6760644editdlrm
AfterSkippedTestHook.php6800644editdlrm
AfterSuccessfulTestHook.php6690644editdlrm
AfterTestErrorHook.php6760644editdlrm
AfterTestFailureHook.php6800644editdlrm
AfterTestHook.php8500644editdlrm
AfterTestWarningHook.php6800644editdlrm
BeforeFirstTestHook.php6320644editdlrm
BeforeTestHook.php6380644editdlrm
Hook.php5520644editdlrm
TestHook.php5690644editdlrm
TestListenerAdapter.php41360644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php (552B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Runner; /** * This interface, as well as the associated mechanism for extending PHPUnit, * will be removed in PHPUnit 10. There is no alternative available in this * version of PHPUnit. * * @see https://github.com/sebastianbergmann/phpunit/issues/4676 */ interface Hook { }