Skip to content

Commit df4cddc

Browse files
committed
wordpress test recovered
1 parent 4f983b0 commit df4cddc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/WordPressTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ public function testOne()
55
{
66
$info = Embed\Embed::create('http://wordpress.tv/2013/09/06/dave-ross-optimize-image-files-like-a-pro/');
77

8-
// this fails in travis, I don't know why
9-
//$this->assertString($info->title, 'Dave Ross: Optimize Image Files Like a Pro');
10-
8+
$this->assertString($info->title, 'Dave Ross: Optimize Image Files Like a Pro');
119
$this->assertString($info->imageWidth, 400);
1210
$this->assertString($info->imageHeight, 224);
1311
$this->assertString($info->type, 'video');

0 commit comments

Comments
 (0)