fix some spelling:
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 12 Jan 2015 03:57:54 +0000 (16:57 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 12 Jan 2015 03:57:54 +0000 (16:57 +1300)
CRM/Event/BAO/Event.php
api/v3/Location.php
tests/phpunit/WebTest/Contribute/OnlineMultiplePaymentProcessorTest.php
tests/phpunit/WebTest/Contribute/VerifySSLContributionTest.php
tests/phpunit/WebTest/Member/OnlineMembershipCreateTest.php

index a254a9f34249413a89fe100e3234cf10a4698ed6..80e449da2e766cde9ac7a01635dff19890aad290 100644 (file)
@@ -915,16 +915,15 @@ WHERE civicrm_event.is_active = 1
    *
    * @param int $id
    *   The event id to copy.
-   *        obj     $newEvent    object of CRM_Event_DAO_Event
    *        boolean $afterCreate call to copy after the create function
    * @param null $newEvent
    * @param bool $afterCreate
    *
-   * @return void
+   * @return CRM_Event_DAO_Event
    */
   public static function copy($id, $newEvent = NULL, $afterCreate = FALSE) {
 
-    $defaults = $eventValues = array();
+    $eventValues = array();
 
     //get the require event values.
     $eventParams = array('id' => $id);
index 54c1822bf456c721a156115e8f68c6338a0129e6..824f708c3db37b853e8b2fbf35b6234a39d30c5d 100644 (file)
@@ -2,6 +2,8 @@
 
 /**
  *  Functions to inform caller that Location is obsolete and Address, Phone, Email, Website should be used
+ * @param $params
+ * @return array
  */
 function civicrm_api3_location_create($params) {
   return civicrm_api3_create_error("API (Location, Create) does not exist, use the Address/Phone/Email/Website API instead", array('obsoleted' => TRUE));
index 3605ea424c32cf13cbd8b9556a33f8547e43ef25..e5f023427c615240fb143ff27d848400c3f966c6 100644 (file)
@@ -146,7 +146,7 @@ class WebTest_Contribute_OnlineMultiplePaymentProcessorTest extends CiviSelenium
       $isPcpApprovalNeeded = FALSE,
       $isSeparatePayment = FALSE,
       $honoreeSection = FALSE,
-      $allowOtherAmmount = TRUE
+      $allowOtherAmount = TRUE
     );
 
     $this->openCiviPage("contribute/transact", "reset=1&action=preview&id=$pageId", NULL);
index 9b20ebaac5487086b40dd44766ac7388edffc62b..cc5f3a3b78da8be3969bd46d8d240ec1edbc8439 100644 (file)
@@ -90,7 +90,7 @@ class WebTest_Contribute_VerifySSLContributionTest extends CiviSeleniumTestCase
         $isPcpApprovalNeeded = FALSE,
         $isSeparatePayment = FALSE,
         $honoreeSection = FALSE,
-        $allowOtherAmmount = TRUE
+        $allowOtherAmount = TRUE
       );
 
       // enable verify ssl
index 15f49ed142432bd7cdd4c002b750cc7d39a26f7d..6cd5678a61fa5e0324f07a08c34b14a520f45b35 100644 (file)
@@ -53,7 +53,7 @@ class WebTest_Member_OnlineMembershipCreateTest extends CiviSeleniumTestCase {
     // create contribution page with randomized title and default params
     $amountSection = TRUE;
     $payLater = TRUE;
-    $allowOtherAmmount = FALSE;
+    $allowOtherAmount = FALSE;
     $onBehalf = FALSE;
     $pledges = FALSE;
     $recurring = FALSE;
@@ -262,7 +262,7 @@ class WebTest_Member_OnlineMembershipCreateTest extends CiviSeleniumTestCase {
     $processorName = 'Test Processor';
     $amountSection = TRUE;
     $payLater = TRUE;
-    $allowOtherAmmount = TRUE;
+    $allowOtherAmount = TRUE;
     $onBehalf = FALSE;
     $pledges = FALSE;
     $recurring = FALSE;
@@ -299,7 +299,7 @@ class WebTest_Member_OnlineMembershipCreateTest extends CiviSeleniumTestCase {
       FALSE,
       $isSeparatePayment,
       TRUE,
-      $allowOtherAmmount,
+      $allowOtherAmount,
       TRUE,
       'Donation',
       $fixedAmount,