Skip to content

Commit f256be0

Browse files
authored
Fixed soundcloud test
1 parent 78c6874 commit f256be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/SoundcloudTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
[
1212
'title' => "Lost You (feat. Twin Shadow & D'Angelo Lacy) by Zeds Dead",
1313
'type' => 'rich',
14-
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe>',
14+
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe>',
1515
'providerName' => 'SoundCloud',
1616
'providerUrl' => 'http://soundcloud.com',
1717
]
@@ -26,7 +26,7 @@ public function testTwo()
2626
'title' => 'Bruce Neil',
2727
'description' => 'Bruce Neil from Wokingham is a singer/songwriter with a folk inspired sound, producing songs with heartfelt depth and lyrics that captivate the listener, taking them on an insightful and thought-provoking journey. As a winner of BBC Introducing, resulting in air play nationally, he has recently achieved widespread public attention following the video release of his percussive folk rendition of Guns N’ Roses track Paradise City. Not only did this go viral on social media, it was endorsed by the band themselves and has achieved recognition and air play from several US radio stations. He takes his musical inspiration and guitar-playing style from the likes of Passenger and Mick Flannery.',
2828
'type' => 'rich',
29-
'code' => '<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F6538603&show_artwork=true"></iframe>',
29+
'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%2Fusers%2F6538603&show_artwork=true"></iframe>',
3030
'providerName' => 'SoundCloud',
3131
'providerUrl' => 'http://soundcloud.com',
3232
]
@@ -41,7 +41,7 @@ public function testThree()
4141
'title' => 'LOWE CT Cape Times - World Cup by iDidTht.com',
4242
'description' => 'If you did it. Show it on ididtht.com',
4343
'type' => 'rich',
44-
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F191904624&show_artwork=true"></iframe>',
44+
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F191904624&show_artwork=true"></iframe>',
4545
'providerName' => 'SoundCloud',
4646
'providerUrl' => 'http://soundcloud.com',
4747
]

0 commit comments

Comments
 (0)