Ian province abbreviation patch - issue 724
[civicrm-core.git] / api / v3 / examples / MembershipType / Get.php
index 15078ea995d34c95e8b7eb0a758ac5ba374a127a..e3d8fa2a57939393c76276a7982426b6e3cd4ae3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Test Generated example of using membership_type get API.
+ * Test Generated example demonstrating the MembershipType.get API.
  *
  * @return array
  *   API result array
@@ -11,7 +11,7 @@ function membership_type_get_example() {
   );
 
   try{
-    $result = civicrm_api3('membership_type', 'get', $params);
+    $result = civicrm_api3('MembershipType', 'get', $params);
   }
   catch (CiviCRM_API3_Exception $e) {
     // Handle error here.
@@ -62,11 +62,10 @@ function membership_type_get_expectedresult() {
   return $expectedResult;
 }
 
-/**
+/*
 * This example has been generated from the API test suite.
-* The test that created it is called
-* testGet
-* and can be found in
+* The test that created it is called "testGet"
+* and can be found at:
 * https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/MembershipTypeTest.php
 *
 * You can see the outcome of the API tests at