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 6c26acf commit f038db4Copy full SHA for f038db4
tests/HookemTest.php
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+/**
4
+ * @link https://github.com/oscarotero/Embed/issues/145
5
+ */
6
+class HookemTest extends TestCaseBase
7
+{
8
+ public function testOne()
9
+ {
10
+ $this->assertEmbed(
11
+ 'http://www.hookem.com/story/texas-shortstop-joe-baker-arrested-public-intoxication/',
12
+ [
13
+ 'title' => 'Texas shortstop Joe Baker was arrested for public intoxication',
14
+ 'image' => 'http://www.hookem.com/wp-content/uploads/2016/04/SSS-TexasBaseball-12.jpg',
15
+ ]
16
+ );
17
+ }
18
+}
0 commit comments