Skip to content

Commit 199f811

Browse files
committed
removed titles in facebook testing because facebook returns ramdom results
1 parent 7fdf02e commit 199f811

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/FacebookTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public function testPermalink()
77
$this->assertEmbed(
88
'https://www.facebook.co/permalink.php?story_fbid=827163017327807&id=149460691764713',
99
[
10-
'title' => 'Aquí vos deixamos unhas imaxes da nosa... - DAG, Asociación Galega de Deseñadores | Facebook',
1110
'width' => 552,
1211
'code' => true,
1312
'type' => 'rich',
@@ -20,7 +19,6 @@ public function testCompanyPage()
2019
$this->assertEmbed(
2120
'https://www.facebook.com/TheIndependentOnline/posts/10153659888571636',
2221
[
23-
'title' => 'The Independent - Best. News. Ever. | Facebook',
2422
'width' => 552,
2523
'code' => true,
2624
'type' => 'rich',
@@ -33,7 +31,6 @@ public function testVideo()
3331
$this->assertEmbed(
3432
'https://www.facebook.com/acolono/videos/10154107990797381/',
3533
[
36-
'title' => 'Acolono - Eindrücke vom gestrigen Drupal Austria Meetup... | Facebook',
3734
'width' => 500,
3835
'code' => true,
3936
'type' => 'video',

0 commit comments

Comments
 (0)