Skip to content

Commit bf84063

Browse files
committed
fixed failing tests
1 parent 70649be commit bf84063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/InstagramTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testOne()
1010
$this->assertEquals($info->imageHeight, 640);
1111
$this->assertEquals($info->type, 'rich');
1212
$this->assertEquals($info->authorName, 'agarzoniu');
13-
$this->assertEquals($info->authorUrl, 'http://instagram.com/agarzoniu');
13+
$this->assertEquals($info->authorUrl, 'https://instagram.com/agarzoniu');
1414
$this->assertEquals($info->providerName, 'Instagram');
1515
}
1616
}

tests/LineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testOne()
1010
$this->assertEquals($info->code, '<iframe src="https://line.do/embed/php-evolution/vertical" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:640px;height:640px;"></iframe>');
1111
$this->assertEquals($info->width, 640);
1212
$this->assertEquals($info->height, 640);
13-
$this->assertEquals($info->providerName, 'line');
13+
$this->assertEquals($info->providerName, 'Line.do');
1414
$this->assertEquals($info->providerUrl, 'https://line.do');
1515
}
1616
}

0 commit comments

Comments
 (0)