Skip to content

Commit 082ffa9

Browse files
committed
fixed spreaker test
1 parent b68f3f8 commit 082ffa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/SpreakerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ class SpreakerTest extends TestCaseBase
55
public function testOne()
66
{
77
$this->assertEmbed(
8-
'http://www.spreaker.com/show/deseos-del-alma-poemas_1',
8+
'http://www.spreaker.com/user/angelclark/angel-clark-ice-cream-tocos',
99
[
10-
'title' => 'Te nombro - Poemas',
10+
'title' => 'Angel Clark: Ice Cream Toco\'s',
1111
'type' => 'video',
12-
'code' => '<iframe src="https://www.spreaker.com/embed/player/standard?autoplay=false&amp;episode_id=4535030" frameborder="0" allowTransparency="true" style="min-width:400px;border:none;overflow:hidden;width:100%;height:131px;"></iframe>',
12+
'code' => '<iframe src="https://www.spreaker.com/embed/player/standard?autoplay=false&amp;episode_id=7657563" frameborder="0" allowTransparency="true" style="min-width:400px;border:none;overflow:hidden;width:100%;height:131px;"></iframe>',
1313
'providerName' => 'Spreaker',
1414
'providerUrl' => 'https://spreaker.com',
1515
]

0 commit comments

Comments
 (0)