Merge pull request #5487 from eileenmcnaughton/CRM-16165
[civicrm-core.git] / tests / phpunit / CiviTest / Participant.php
index 64d8023d96afbbc1770b81c0b9fbfed5ec3051fe..fd60bcf54b7e1d8f737bbb2fe1c0fbd3130abc97 100644 (file)
@@ -5,7 +5,7 @@
  */
 class Participant extends PHPUnit_Framework_Testcase {
   /**
-   * Helper function to create a Participant
+   * Helper function to create a Participant.
    *
    * @param int $contactId
    * @param int $eventId
@@ -32,7 +32,7 @@ class Participant extends PHPUnit_Framework_Testcase {
   }
 
   /**
-   * Helper function to delete a participant
+   * Helper function to delete a participant.
    *
    * @param int $participantId
    * @return bool
@@ -42,4 +42,5 @@ class Participant extends PHPUnit_Framework_Testcase {
     require_once 'CRM/Event/BAO/Participant.php';
     return CRM_Event_BAO_Participant::deleteParticipant($participantId);
   }
+
 }