We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f983b0 commit df4cddcCopy full SHA for df4cddc
tests/WordPressTest.php
@@ -5,9 +5,7 @@ public function testOne()
5
{
6
$info = Embed\Embed::create('http://wordpress.tv/2013/09/06/dave-ross-optimize-image-files-like-a-pro/');
7
8
- // this fails in travis, I don't know why
9
- //$this->assertString($info->title, 'Dave Ross: Optimize Image Files Like a Pro');
10
-
+ $this->assertString($info->title, 'Dave Ross: Optimize Image Files Like a Pro');
11
$this->assertString($info->imageWidth, 400);
12
$this->assertString($info->imageHeight, 224);
13
$this->assertString($info->type, 'video');
0 commit comments