Merge branch 'CRM-14300' of github.com:monishdeb/civicrm-core into CRM-14300
[civicrm-core.git] / api / v3 / examples / Participant / NestedEventGet.php
index 2566c1bc4b23bf43c280f41212639bbeafeef5c2..f349e432b2fcf2f79f3c3812902091f532eabdad 100644 (file)
@@ -42,8 +42,8 @@ function participant_get_expectedresult(){
           'display_name' => 'Mr. Anthony Anderson II',
           'event_id' => '6',
           'event_title' => 'Annual CiviCRM meet',
-          'event_start_date' => '2008-10-21 00:00:00',
-          'event_end_date' => '2008-10-23 00:00:00',
+          'event_start_date' => '2013-07-29 00:00:00',
+          'event_end_date' => '2013-08-04 00:00:00',
           'participant_id' => '1',
           'participant_fee_level' => '',
           'participant_fee_amount' => '',
@@ -77,10 +77,10 @@ function participant_get_expectedresult(){
                       'event_type_id' => '1',
                       'participant_listing_id' => 0,
                       'is_public' => '1',
-                      'start_date' => '2008-10-21 00:00:00',
-                      'event_start_date' => '2008-10-21 00:00:00',
-                      'end_date' => '2008-10-23 00:00:00',
-                      'event_end_date' => '2008-10-23 00:00:00',
+                      'start_date' => '2013-07-29 00:00:00',
+                      'event_start_date' => '2013-07-29 00:00:00',
+                      'end_date' => '2013-08-04 00:00:00',
+                      'event_end_date' => '2013-08-04 00:00:00',
                       'is_online_registration' => '1',
                       'registration_start_date' => '2008-06-01 00:00:00',
                       'registration_end_date' => '2008-10-15 00:00:00',
@@ -114,20 +114,20 @@ function participant_get_expectedresult(){
 * This example has been generated from the API test suite. The test that created it is called
 *
 * testGetNestedEventGet and can be found in
-* http://svn.civicrm.org/civicrm/trunk/tests/phpunit/CiviTest/api/v3/ParticipantTest.php
+* https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/ParticipantTest.php
 *
 * You can see the outcome of the API tests at
-* http://tests.dev.civicrm.org/trunk/results-api_v3
+* https://test.civicrm.org/job/CiviCRM-master-git/
 *
 * To Learn about the API read
-* http://book.civicrm.org/developer/current/techniques/api/
+* http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
-* and review the wiki at
-* http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+Public+APIs
+* Browse the api on your own site with the api explorer
+* http://MYSITE.ORG/path/to/civicrm/api/explorer
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing
 *
 * API Standards documentation:
 * http://wiki.civicrm.org/confluence/display/CRM/API+Architecture+Standards
-*/
\ No newline at end of file
+*/