Skip to content

Commit 2644cb5

Browse files
author
Oscar Otero
committed
fixed tests
1 parent 95b746f commit 2644cb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/DailyMotionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testOne()
1717
'imageHeight' => 240,
1818
'providerName' => 'Dailymotion',
1919
'providerUrl' => 'http://www.dailymotion.com',
20-
'code' => '<iframe frameborder="0" width="480" height="360" src="http://www.dailymotion.com/embed/video/xy0wd" allowfullscreen></iframe>'
20+
'code' => '<iframe frameborder="0" width="480" height="360" src="http://www.dailymotion.com/embed/video/xy0wd" allowfullscreen allow="autoplay"></iframe>'
2121
]
2222
);
2323
}

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' => 'https://www.hookemplus.com/wp-content/uploads/2016/04/SSS-TexasBaseball-12.jpg',
16+
'image' => 'https://www.hookem.com/wp-content/uploads/2016/04/SSS-TexasBaseball-12.jpg',
1717
]
1818
);
1919
}

tests/InfogramTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function testOne()
1414
'height' => 600,
1515
'type' => 'rich',
1616
'providerName' => 'Infogram',
17-
'author_url' => 'https://infogram.com/sabjnewsroom01',
17+
'authorUrl' => 'https://infogram.com/sabjnewsroom01',
1818
]
1919
);
2020
}

0 commit comments

Comments
 (0)