Merge pull request #5182 from colemanw/Cleanup
[civicrm-core.git] / api / v3 / examples / Event / IsFullOption.php
index 0fb7c7fadfb5678a1a292f052397be2442a95cfc..42b33bf7a99f4faeb6b7d6b17f57300e2b0ead00 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Test Generated example of using event getsingle API.
  *
- * demonstrates use of return is_full 
+ * Demonstrates use of return is_full .
  *
  * @return array
  *   API result array
@@ -61,7 +61,7 @@ function event_getsingle_expectedresult() {
     'is_multiple_registrations' => 0,
     'allow_same_participant_emails' => 0,
     'is_template' => 0,
-    'created_date' => '2015-01-15 02:10:12',
+    'created_date' => '2015-02-16 11:40:40',
     'is_share' => '1',
     'is_confirm_enabled' => '1',
     'is_billing_required' => 0,
@@ -86,7 +86,7 @@ function event_getsingle_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing