Ian province abbreviation patch - issue 724
[civicrm-core.git] / api / v3 / examples / Address / AddressLike.php
index 718930c4f09dadca2f6c4d6b633d8c4fafd8b293..87d490a69b8cf02dbad02b28da58a0f2515c3d70 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * Test Generated example of using address get API.
+ * Test Generated example demonstrating the Address.get API.
  *
- * Demonstrates Use of Like
+ * Demonstrates Use of Like.
  *
  * @return array
  *   API result array
@@ -16,7 +16,7 @@ function address_get_example() {
   );
 
   try{
-    $result = civicrm_api3('address', 'get', $params);
+    $result = civicrm_api3('Address', 'get', $params);
   }
   catch (CiviCRM_API3_Exception $e) {
     // Handle error here.
@@ -67,11 +67,10 @@ function address_get_expectedresult() {
   return $expectedResult;
 }
 
-/**
+/*
 * This example has been generated from the API test suite.
-* The test that created it is called
-* testGetAddressLikeSuccess
-* and can be found in
+* The test that created it is called "testGetAddressLikeSuccess"
+* and can be found at:
 * https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/AddressTest.php
 *
 * You can see the outcome of the API tests at