test tweaks and updated examples
[civicrm-core.git] / api / v3 / examples / Participant / NestedEventGet.php
index 2566c1bc4b23bf43c280f41212639bbeafeef5c2..31eaf2fa9c2e72c567512bd77a4c8e3f40b9aef4 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',