You appear to be a bot. Output may be restricted
Description
Usage
Tests_Media::test_wp_video_shortcode_youtube_force_ssl();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/media.php
Lines:
1 to 10 of 10
function test_wp_video_shortcode_youtube_force_ssl() { $actual = wp_video_shortcode( array( 'src' => 'http://www.youtube.com/watch?v=i_cVJgIz_Cs', ) ); $this->assertContains( 'src="https://www.youtube.com/watch?v=i_cVJgIz_Cs', $actual ); }