Skip to content

Commit

Permalink
Added Kickstarter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 20, 2013
1 parent f8b695c commit c746df2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/Test.php
Expand Up @@ -301,6 +301,21 @@ public function getEmbedCallbackTests()
array('embed_html' => '<!-- s9e_MediaBBCodes::renderGrooveshark -->'),
'<object type="application/x-shockwave-flash" typemustmatch="" width="250" height="40" data="http://grooveshark.com/songWidget.swf"><param name="allowfullscreen" value="true"/></param><param name="flashvars" value="playlistID=&amp;songID=35292216"/></param><embed type="application/x-shockwave-flash" src="http://grooveshark.com/songWidget.swf" width="250" height="40" allowfullscreen="" flashvars="playlistID=&amp;songID=35292216"/></embed></object>'
),
array(
'1869987317/wish-i-was-here-1',
array('embed_html' => '<!-- s9e_MediaBBCodes::renderKickstarter -->'),
'<iframe width="220" height="380" src="http://www.kickstarter.com/projects/1869987317/wish-i-was-here-1/widget/card.html" allowfullscreen="" frameborder="0" scrolling="no"/></iframe>'
),
array(
'card=card;id=1869987317%2Fwish-i-was-here-1',
array('embed_html' => '<!-- s9e_MediaBBCodes::renderKickstarter -->'),
'<iframe width="220" height="380" src="http://www.kickstarter.com/projects/1869987317/wish-i-was-here-1/widget/card.html" allowfullscreen="" frameborder="0" scrolling="no"/></iframe>'
),
array(
'id=1869987317%2Fwish-i-was-here-1;video=video',
array('embed_html' => '<!-- s9e_MediaBBCodes::renderKickstarter -->'),
'<iframe width="480" height="360" src="http://www.kickstarter.com/projects/1869987317/wish-i-was-here-1/widget/video.html" allowfullscreen="" frameborder="0" scrolling="no"/></iframe>'
),
array(
'http://api.soundcloud.com/tracks/98282116',
array(
Expand Down

0 comments on commit c746df2

Please sign in to comment.