You appear to be a bot. Output may be restricted
Description
Usage
Tests_Media::test_wp_video_shortcode_youtube_remove_feature();
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_remove_feature() { $actual = wp_video_shortcode( array( 'src' => 'https://www.youtube.com/watch?v=i_cVJgIz_Cs&feature=youtu.be', ) ); $this->assertNotContains( 'feature=youtu.be', $actual ); }