Skip to content

Commit c1dc51a

Browse files
committed
fixed tests
1 parent a0155f8 commit c1dc51a

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

tests/FacebookTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ public function testPermalink()
1616
);
1717
}
1818

19-
public function testCompanyPage()
20-
{
21-
$this->assertEmbed(
22-
'https://www.facebook.com/TheIndependentOnline/posts/10153659888571636',
23-
[
24-
'width' => 552,
25-
'code' => true,
26-
'type' => 'rich',
27-
]
28-
);
29-
}
30-
3119
public function testVideo()
3220
{
3321
$this->assertEmbed(

tests/LineTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class LineTest extends AbstractTestCase
77
public function testOne()
88
{
99
$this->assertEmbed(
10-
'https://line.do/embed/8oq/vertical',
10+
'https://line.do/es/el-islam-y-al-andalus/7bb/vertical',
1111
[
12-
'title' => 'PHP Evolution',
12+
'title' => 'EL ISLAM Y AL-ANDALUS',
1313
'type' => 'rich',
14-
'code' => '<iframe src="https://line.do/embed/8oq/vertical" frameborder="0" allowTransparency="true" style="border:1px solid #e7e7e7;width:640px;height:640px;"></iframe>',
14+
'code' => '<iframe src="https://line.do/embed/7bb/vertical" frameborder="0" allowTransparency="true" style="border:1px solid #e7e7e7;width:640px;height:640px;"></iframe>',
1515
'width' => 640,
1616
'height' => 640,
1717
'providerName' => 'Line.do',

0 commit comments

Comments
 (0)