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 b6b8529 commit b53c8ddCopy full SHA for b53c8dd
tests/TumblrTest.php
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+namespace Embed\Tests;
4
5
+class TumblrTest extends AbstractTestCase
6
+{
7
+ public function testOne()
8
+ {
9
+ $this->assertEmbed(
10
+ 'http://he-who-photographs-rather-ok.tumblr.com/post/165326273724',
11
+ [
12
+ 'url' => 'http://he-who-photographs-rather-ok.tumblr.com/post/165326273724',
13
+ 'authorName' => 'He-who-photographs-rather-OK',
14
+ 'authorUrl' => 'http://he-who-photographs-rather-ok.tumblr.com/',
15
+ 'type' => 'rich',
16
+ ]
17
+ );
18
+ }
19
+}
0 commit comments