Skip to content

Commit 70864c9

Browse files
committed
test fixes
1 parent 8667bb1 commit 70864c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/GoogleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testPlus()
3434
$this->assertEmbed(
3535
'https://plus.google.com/u/0/+StephanHovnanian/posts/6apV9FHgo4k',
3636
[
37-
'title' => 'Grow your business through email marketing Learn more here: http://bit.ly/Yr...',
37+
'title' => 'Stephan Hovnanian - Google+',
3838
'type' => 'rich',
3939
'code' => '<script src="https://apis.google.com/js/plusone.js" type="text/javascript"></script><div class="g-post" data-href="https://plus.google.com/+StephanHovnanian/posts/6apV9FHgo4k"></div>',
4040
'providerName' => 'Google Plus',

tests/HookemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function testOne()
1313
'http://www.hookem.com/story/texas-shortstop-joe-baker-arrested-public-intoxication/',
1414
[
1515
'title' => 'Texas shortstop Joe Baker was arrested for public intoxication',
16-
'image' => 'http://www.hookem.com/wp-content/uploads/2016/04/SSS-TexasBaseball-12.jpg',
16+
'image' => 'http://www.hookemplus.com/wp-content/uploads/2016/04/SSS-TexasBaseball-12.jpg',
1717
]
1818
);
1919
}

tests/HtmlProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function testAllowExternalImages()
99
$this->assertEmbed(
1010
'http://www.brothers-brick.com/2016/04/06/stunning-lego-darth-vader-mask-cleverly-hides-scenes-from-star-wars/',
1111
[
12-
'images' => 9,
12+
'images' => 7,
1313
],
1414
[
1515
'html' => [

tests/N500Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testPhoto()
1010
'https://500px.com/photo/138251239/taganay-park-by-daniel-kordan',
1111
[
1212
'title' => 'Taganay park by Daniel Kordan',
13-
'image' => 'https://drscdn.500px.org/photo/138251239/m%3D900/v2?sig=7489d4e3881772af5530f01b040e0d6f675e975f81173533a70d422d61919194',
13+
'image' => 'https://drscdn.500px.org/photo/138251239/m%3D900/v2?webp=true&sig=bd0aadcd5f05638f74eb4dd1ac722495a46136aeadc231b5967ddcda799437ae',
1414
'imageWidth' => 900,
1515
'imageHeight' => 600,
1616
'authorName' => 'Kordan',

0 commit comments

Comments
 (0)