Merge pull request #4806 from civicrm/4.5
[civicrm-core.git] / tests / phpunit / Civi / API / KernelTest.php
index 945655b800aa396ae3eb9b69a757b4a795f37ab9..512c08cd82fa60cbae398f52b711b29f7a3d8f58 100644 (file)
@@ -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
+}