Skip to content

Commit 9c55421

Browse files
committed
Added a test for the latest bug fixed
1 parent 2dfbe0c commit 9c55421

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/EmbedTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ public function testUrls()
8484
'oembedParameters' => array('omit_script' => true)
8585
)
8686
);
87+
88+
$this->checkUrl(
89+
'http://melihasweettimes.files.wordpress.com/2011/11/dsc01636.jpg',
90+
array(
91+
'imageWidth' => 1200,
92+
'imageHeight' => 1600
93+
)
94+
);
8795
}
8896

8997
public function testUrlParser()

0 commit comments

Comments
 (0)