X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCivi%2FAPI%2FKernelTest.php;h=512c08cd82fa60cbae398f52b711b29f7a3d8f58;hb=347185d7709adf00659d042b2fa98b93f03f2672;hp=945655b800aa396ae3eb9b69a757b4a795f37ab9;hpb=ab4ad01f732ddfe9708b1c91803837cb84ee17e1;p=civicrm-core.git diff --git a/tests/phpunit/Civi/API/KernelTest.php b/tests/phpunit/Civi/API/KernelTest.php index 945655b800..512c08cd82 100644 --- a/tests/phpunit/Civi/API/KernelTest.php +++ b/tests/phpunit/Civi/API/KernelTest.php @@ -91,8 +91,9 @@ class KernelTest extends \CiviUnitTestCase { * Add listeners to $this->dispatcher which record each invocation of $monitoredEvents * in $this->actualEventSequence. * - * @param EventDispatcher $this->dispatcher * @param array $monitoredEvents list of event names + * + * @internal param \Symfony\Component\EventDispatcher\EventDispatcher $this ->dispatcher */ public function monitorEvents($monitoredEvents) { foreach ($monitoredEvents as $monitoredEvent) { @@ -105,4 +106,4 @@ class KernelTest extends \CiviUnitTestCase { }, 2 * Events::W_EARLY); } } -} \ No newline at end of file +}