Skip to content

Commit e3a90ce

Browse files
committed
test fixes
1 parent 8fb9a52 commit e3a90ce

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

tests/AolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function testOne()
1212
'title' => 'Pile of Recovering Foster Kittens Is Purrfect',
1313
'description' => "Holly Brookhouser has been fostering animals for two years. During that time, she’s been able to take care of 32 kittens. And, they just love being together!",
1414
'type' => 'link',
15-
'providerName' => 'AOL.com',
15+
'providerName' => 'aol',
1616
]
1717
);
1818
}

tests/CadenaserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ public function testOne()
99
$this->assertEmbed(
1010
'http://play.cadenaser.com/audio/001RD010000004275766/',
1111
[
12-
'title' => "Debate electoral gallego, en 'Hoy por Hoy' | Hoy por hoy | Audio | Cadena SER",
12+
'title' => "Debate electoral gallego, en 'Hoy por Hoy' | Hoy por Hoy | Audio | Cadena SER",
1313
'width' => 620,
1414
'height' => 100,
1515
'type' => 'rich',
1616
'code' => '<iframe src="http://play.cadenaser.com/widget/audio/001RD010000004275766/" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:620px;height:100px;"></iframe>',
17-
'providerName' => 'Hoy por hoy',
17+
'providerName' => 'Cadena SER',
1818
]
1919
);
2020
}

tests/FacebookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class FacebookTest extends AbstractTestCase
77
public function testPermalink()
88
{
99
$this->assertEmbed(
10-
'https://www.facebook.co/permalink.php?story_fbid=827163017327807&id=149460691764713',
10+
'https://www.facebook.com/permalink.php?story_fbid=827163017327807&id=149460691764713',
1111
[
1212
'width' => 552,
1313
'code' => true,

tests/SpreakerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
[
1212
'title' => 'Angel Clark: Ice Cream Toco\'s - Angel Clark Show',
1313
'type' => 'rich',
14-
'code' => '<iframe src="https://widget.spreaker.com/player?episode_id=7657563&amp;theme=light&amp;playlist=show&amp;cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2F07176451fd3625d19c5e5d88d9f1bfbb.jpg" width="100%" height="500" frameborder="0"></iframe>',
14+
'code' => '<iframe src="https://widget.spreaker.com/player?episode_id=7657563&amp;theme=light&amp;playlist=show&amp;cover_image_url=https%3A%2F%2Fd3wo5wojvuv7l.cloudfront.net%2Fimages.spreaker.com%2Foriginal%2F07176451fd3625d19c5e5d88d9f1bfbb.jpg" width="640" height="480" frameborder="0"></iframe>',
1515
'providerName' => 'Spreaker',
1616
'providerUrl' => 'https://www.spreaker.com/',
1717
]

tests/TedTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ public function testOne()
1111
[
1212
'title' => 'George Monbiot: For more wonder, rewild the world',
1313
'description' => "Wolves were once native to the US' Yellowstone National Park -- until hunting wiped them out. But when, in 1995, the wolves began to come back (thanks to an aggressive management program), something interesting happened: the rest of the park began to find a new, more healthful balance. In a bold thought experiment, George Monbiot imagines a wilder world in which humans work to restore the complex, lost natural food chains that once surrounded us.",
14-
'imageWidth' => 240,
15-
'imageHeight' => 180,
16-
'code' => '<iframe src="https://embed.ted.com/talks/george_monbiot_for_more_wonder_rewild_the_world" width="560" height="315" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>',
14+
'imageWidth' => 421,
15+
'imageHeight' => 316,
16+
'code' => '<iframe src="https://embed.ted.com/talks/george_monbiot_for_more_wonder_rewild_the_world" width="560" height="316" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>',
1717
'type' => 'video',
1818
'authorName' => 'George Monbiot',
1919
'authorUrl' => 'https://www.ted.com/speakers/george_monbiot',

0 commit comments

Comments
 (0)