Skip to content

Commit aed17bc

Browse files
committed
fixed youtube test
1 parent 88f393f commit aed17bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/YoutubeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testPlayList()
6060
'imageWidth' => 480,
6161
'imageHeight' => 360,
6262
'type' => 'video',
63-
'code' => '<iframe width="480" height="270" src="https://www.youtube.com/embed/videoseries?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>',
63+
'code' => '<iframe width="480" height="270" src="https://www.youtube.com/embed/videoseries?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>',
6464
'authorName' => 'Scadrei5',
6565
]
6666
);

0 commit comments

Comments
 (0)