Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove apparently obsolete polldaddy subdomain oEmbed test #5654

Merged
merged 1 commit into from
Dec 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions tests/php/test-amp-crowdsignal-embed-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,17 @@ public function get_conversion_data() {
];

$data = [
'poll.fm' => [
'poll.fm' => [
'https://poll.fm/7012505',
'<p><iframe title="Which design do you prefer?" src="https://poll.fm/7012505/embed" frameborder="0" class="cs-iframe-embed"></iframe></p>',
$poll_response,
],

'polldaddy_poll' => [
'polldaddy_poll' => [
'https://polldaddy.com/poll/7012505/',
'<p><iframe title="Which design do you prefer?" src="https://poll.fm/7012505/embed" frameborder="0" class="cs-iframe-embed"></iframe></p>',
$poll_response,
],

'polldaddy_survey' => [
'https://rydk.polldaddy.com/s/test-survey',
'<p><a href="https://rydk.polldaddy.com/s/test-survey" target="_blank">View Survey</a></p>',
$survey_response,
],
];

/*
Expand Down