File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,11 @@ public function testOne()
10
10
'title ' => "What's Next for Google in Two Minutes " ,
11
11
'description ' => "Wherein we smoosh Google's 2014 developer conference keynote from 2.5+ hours down to just under two minutes. " ,
12
12
'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 ' ,
13
17
]
14
18
);
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
- */
26
19
}
27
20
}
You can’t perform that action at this time.
0 commit comments