We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3139b9b commit 7aee0a7Copy full SHA for 7aee0a7
tests/SpreakerTest.php
@@ -7,7 +7,7 @@ public function testOne()
7
{
8
$info = Embed\Embed::create('http://www.spreaker.com/show/deseos-del-alma-poemas_1');
9
10
- $this->assertEquals($info->title, 'Deseos del Alma - Poemas');
+ $this->assertEquals($info->title, 'Te nombro - Poemas');
11
$this->assertEquals($info->type, 'video');
12
$this->assertEquals($info->code, '<iframe src="http://www.spreaker.com/embed/player/standard?autoplay=false&episode_id=4535030" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:100%;height:131px;min-width:400px;"></iframe>');
13
$this->assertEquals($info->providerName, 'Spreaker');
0 commit comments