Skip to content

Commit b53c8dd

Browse files
authored
Add one test for tumblr
1 parent b6b8529 commit b53c8dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/TumblrTest.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)