Skip to content

Commit 046995b

Browse files
committed
fixed Aol test
1 parent e94a8bc commit 046995b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

tests/AolTest.php

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ 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="https://embed.5min.com/playerseed/?playList=518288612" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:400;height:255;"></iframe>',
14+
'width' => 400,
15+
'height' => 255,
16+
'providerName' => 'aol.on',
1317
]
1418
);
15-
16-
/*
17-
Comented because in cli the html returned does not contain the oembed meta
18-
so the test fails. Need to investigate.
19-
20-
'code' => "<iframe width='480' height='401' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen src='http://embed.5min.com/PlayerSeed/?playList=518288612&autoStart=true'></iframe>",
21-
'width' => 480,
22-
'height' => 401,
23-
'authorName' => 'Time.com',
24-
'providerName' => 'on.aol.com',
25-
*/
2619
}
2720
}

0 commit comments

Comments
 (0)