From 8ea14cd7b571127fdeedd028099e3df5f923df51 Mon Sep 17 00:00:00 2001 From: tobiaslounsbury Date: Wed, 1 May 2013 10:03:53 -0700 Subject: [PATCH] Added for testing MailingContact_get --- .../api/v3/dataset/mailing_delivered.xml | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 tests/phpunit/api/v3/dataset/mailing_delivered.xml diff --git a/tests/phpunit/api/v3/dataset/mailing_delivered.xml b/tests/phpunit/api/v3/dataset/mailing_delivered.xml new file mode 100644 index 0000000000..ee74d7962f --- /dev/null +++ b/tests/phpunit/api/v3/dataset/mailing_delivered.xml @@ -0,0 +1,130 @@ + + + + + id + domain_id + header_id + footer_id + reply_id + unsubscribe_id + resubscribe_id + optout_id + name + from_name + from_email + replyto_email + subject + body_text + body_html + url_tracking + forward_replies + auto_responder + open_tracking + is_completed + msg_template_id + override_verp + created_id + created_date + scheduled_id + scheduled_date + approver_id + approval_date + approval_status_id + approval_note + is_archived + visibility + campaign_id + dedupe_email + sms_provider_id + + 1 + 1 + 1 + 2 + + + + + Test Mailing + + + somereply@testing.org + Some Subject + Just a body... nothing to see here. + Just some html... + + + + 0 + 1 + + + 1 + + + + + + + + 0 + User and User Admin Only + + 0 + + +
+ + id + mailing_id + scheduled_date + start_date + end_date + status + is_test + job_type + parent_id + job_offset + job_limit + + 1 + 1 + + + + complete + 0 + + + 0 + 0 + +
+ + id + job_id + email_id + contact_id + hash + phone_id + + 1 + 1 + 1 + 23 + 80569af03942f016 + + +
+ + id + event_queue_id + time_stamp + + 1 + 1 + 2013-04-30 18:11:26 + +
+
-- 2.25.1