CRM-15988 - Update generated examples
[civicrm-core.git] / api / v3 / examples / Website / Get.php
index 7f42cf6c2ed2d8b9634027682c56d7860c7a20bd..4b26815ce96b001f01cd97293fc288fa7a1fb2d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Test Generated example of using website get API.
+ * Test Generated example demonstrating the Website.get API.
  *
  * @return array
  *   API result array
@@ -13,7 +13,7 @@ function website_get_example() {
   );
 
   try{
-    $result = civicrm_api3('website', 'get', $params);
+    $result = civicrm_api3('Website', 'get', $params);
   }
   catch (CiviCRM_API3_Exception $e) {
     // Handle error here.
@@ -56,11 +56,10 @@ function website_get_expectedresult() {
   return $expectedResult;
 }
 
-/**
+/*
 * This example has been generated from the API test suite.
-* The test that created it is called
-* testGetWebsite
-* and can be found in
+* The test that created it is called "testGetWebsite"
+* and can be found at:
 * https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/WebsiteTest.php
 *
 * You can see the outcome of the API tests at