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 ba00b97 commit 4b196b7Copy full SHA for 4b196b7
tests/MixcloudTest.php
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Embed\Tests;
4
5
+class MixcloudTest extends AbstractTestCase
6
+{
7
+ public function testOne()
8
+ {
9
+ $this->assertEmbed(
10
+ 'https://www.mixcloud.com/malka11/malka-pres-lockdown-sessions-anjuna-history-2010-2020-/',
11
+ [
12
+ 'title' => 'Malka Pres. #Lockdown Sessions - Anjuna History 2000-2010',
13
+ 'image' => 'https://thumbnailer.mixcloud.com/unsafe/600x600/extaudio/1/4/9/b/ea7f-32ca-4f49-9559-60eada3867e5',
14
+ 'authorName' => 'Malka',
15
+ 'authorUrl' => 'https://www.mixcloud.com/malka11/',
16
+ 'type' => 'rich',
17
+ 'providerName' => 'Mixcloud',
18
+ ]
19
+ );
20
+ }
21
+}
0 commit comments