@@ -6,11 +6,9 @@ public function testOne()
6
6
$ this ->assertEmbed (
7
7
'https://soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy ' ,
8
8
[
9
- 'title ' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) " ,
9
+ 'title ' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) by Zeds Dead " ,
10
10
'type ' => 'rich ' ,
11
11
'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> ' ,
12
- 'authorName ' => 'Zeds Dead ' ,
13
- 'authorUrl ' => 'http://soundcloud.com/zedsdead ' ,
14
12
'providerName ' => 'SoundCloud ' ,
15
13
'providerUrl ' => 'https://soundcloud.com ' ,
16
14
]
@@ -37,7 +35,7 @@ public function testThree()
37
35
$ this ->assertEmbed (
38
36
'https://soundcloud.com/calumfoad/sets/flaws-ep-stream ' ,
39
37
[
40
- 'title ' => "Flaws EP " ,
38
+ 'title ' => "Flaws EP by Calum Foad " ,
41
39
'description ' => "20 year old singer/songwriter from Reading. " ,
42
40
'type ' => 'rich ' ,
43
41
'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> ' ,
@@ -52,7 +50,7 @@ public function testFour()
52
50
$ this ->assertEmbed (
53
51
'https://soundcloud.com/ididthat-1/lowe-ct-cape-times-world-cup ' ,
54
52
[
55
- 'title ' => "LOWE CT Cape Times - World Cup " ,
53
+ 'title ' => "LOWE CT Cape Times - World Cup by iDidThat.net " ,
56
54
'description ' => "If you did it. Show it on ididthat.net " ,
57
55
'type ' => 'rich ' ,
58
56
'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> ' ,
@@ -67,11 +65,9 @@ public function testMobile()
67
65
$ this ->assertEmbed (
68
66
'https://m.soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy ' ,
69
67
[
70
- 'title ' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) " ,
68
+ 'title ' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) by Zeds Dead " ,
71
69
'type ' => 'rich ' ,
72
70
'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> ' ,
73
- 'authorName ' => 'Zeds Dead ' ,
74
- 'authorUrl ' => 'http://soundcloud.com/zedsdead ' ,
75
71
'providerName ' => 'SoundCloud ' ,
76
72
'providerUrl ' => 'https://soundcloud.com ' ,
77
73
]
0 commit comments