X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCiviTest%2FEvent.php;h=cdb44ac0c9e0e8b026432c1a55c1491b576a62f6;hb=f3b0cd839c6b1e5ad33ae1b1d053da225c2c9e9f;hp=705a66cef6f0f8637e6f930e455605b818ab795f;hpb=68acd6ae8e764d8e713829675cfadfdefff770e8;p=civicrm-core.git diff --git a/tests/phpunit/CiviTest/Event.php b/tests/phpunit/CiviTest/Event.php index 705a66cef6..cdb44ac0c9 100644 --- a/tests/phpunit/CiviTest/Event.php +++ b/tests/phpunit/CiviTest/Event.php @@ -8,7 +8,7 @@ class Event extends PHPUnit_Framework_Testcase { * Helper function to create * an Event * - * @param $contactId + * @param int $contactId * * @return mixed $event id of created Event */ @@ -36,8 +36,7 @@ class Event extends PHPUnit_Framework_Testcase { /** * Helper function to delete an Event * - * @param $eventId - * @internal param int $eventID id of the event to delete + * @param int $eventId * @return boolean true if event deleted, false otherwise */ static function delete($eventId) {