Skip to content

Commit 3715c06

Browse files
committed
fixed tests
1 parent 56a8ee6 commit 3715c06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/AolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testOne()
1010
'title' => "What's Next for Google in Two Minutes",
1111
'description' => "Wherein we smoosh Google's 2014 developer conference keynote from 2.5+ hours down to just under two minutes.",
1212
'type' => 'video',
13-
'code' => '<iframe src="http://delivery.vidible.tv/htmlembed/518288612.html?m.playback=autoplay" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:400;height:255;"></iframe>',
13+
'code' => '<iframe src="https://delivery.vidible.tv/htmlembed/518288612.html?m.playback=autoplay" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:400;height:255;"></iframe>',
1414
'width' => 400,
1515
'height' => 255,
1616
'providerName' => 'aol.on',

tests/ChirbitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testOne()
1010
'title' => 'Encana conference call',
1111
'width' => 380,
1212
'height' => 120,
13-
'type' => 'rich',
13+
'type' => 'video',
1414
'providerName' => 'chirbit',
1515
]
1616
);

tests/ScribdTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public function testOne()
88
'http://www.scribd.com/doc/110799637/Synthesis-of-Knowledge-Effects-of-Fire-and-Thinning-Treatments-on-Understory-Vegetation-in-Dry-U-S-Forests',
99
[
1010
'title' => 'Synthesis of Knowledge: Effects of Fire and Thinning Treatments on Understory Vegetation in Dry U.S. Forests',
11-
'imageWidth' => 111,
12-
'imageHeight' => 142,
11+
'imageWidth' => 768,
12+
'imageHeight' => 1024,
1313
'type' => 'rich',
1414
'authorName' => 'Joint Fire Science Program',
1515
'authorUrl' => 'https://www.scribd.com/user/151878975/Joint-Fire-Science-Program',

0 commit comments

Comments
 (0)