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 48818b6 commit 304c593Copy full SHA for 304c593
tests/SoundcloudTest.php
@@ -31,7 +31,7 @@ public function testThree()
31
$info = Embed\Embed::create('https://soundcloud.com/calumfoad/sets/flaws-ep-stream');
32
33
$this->assertEquals($info->title, "Flaws EP");
34
- $this->assertEquals($info->description, "19 year old singer/songwriter from Reading.");
+ $this->assertEquals($info->description, "20 year old singer/songwriter from Reading.");
35
$this->assertEquals($info->type, 'rich');
36
$this->assertEquals($info->code, '<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F46025307&show_artwork=true"></iframe>');
37
$this->assertEquals($info->providerName, 'SoundCloud');
0 commit comments