Skip to content

Commit 480fdca

Browse files
author
Romain Janvier
committed
Fix youtube unit test
1 parent fc4ee24 commit 480fdca

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" allow="autoplay; encrypted-media" allowfullscreen></iframe>',
63+
'code' => '<iframe width="480" height="270" src="https://www.youtube.com/embed/videoseries?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>',
6464
'authorName' => 'Scadrei5',
6565
]
6666
);

0 commit comments

Comments
 (0)