CRM-15988 - Update generated examples
[civicrm-core.git] / api / v3 / examples / MembershipStatus / Get.php
index 255ab6afa569890dab5c2c16c1d8855f4c28426b..f3b8b20430e16528b750c22d3905becc77d248ff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Test Generated example of using membership_status get API.
+ * Test Generated example demonstrating the MembershipStatus.get API.
  *
  * @return array
  *   API result array
@@ -11,7 +11,7 @@ function membership_status_get_example() {
   );
 
   try{
-    $result = civicrm_api3('membership_status', 'get', $params);
+    $result = civicrm_api3('MembershipStatus', 'get', $params);
   }
   catch (CiviCRM_API3_Exception $e) {
     // Handle error here.
@@ -60,11 +60,10 @@ function membership_status_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/MembershipStatusTest.php
 *
 * You can see the outcome of the API tests at