CRM-15988 - Update generated examples
[civicrm-core.git] / api / v3 / examples / Website / GetWithMetadata.php
index bb58466432995f83bdf49039f0ee72fc1c99c842..db2e42874cdfcf55e3aab181c335c2111bedfa18 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Test Generated example of using website get API.
+ * Test Generated example demonstrating the Website.get API.
  *
  * Demonostrates returning field metadata
  *
@@ -17,7 +17,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.
@@ -98,11 +98,10 @@ function website_get_expectedresult() {
   return $expectedResult;
 }
 
-/**
+/*
 * This example has been generated from the API test suite.
-* The test that created it is called
-* testGetMetadata
-* and can be found in
+* The test that created it is called "testGetMetadata"
+* 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