diff --git a/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.vimeo.php b/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.vimeo.php index cdf7d3e3e16be..52dccdc8416d6 100644 --- a/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.vimeo.php +++ b/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.vimeo.php @@ -175,7 +175,7 @@ public function get_vimeo_urls() { * @param string $url The URL to test. * @param string $video_id The expected video ID. */ - public function test_replace_url_with_iframe_in_the_content( $url, $video_id ) { + public function test_shortcodes_vimeo_replace_url_with_iframe_in_the_content( $url, $video_id ) { if ( ( defined( 'IS_WPCOM' ) && IS_WPCOM ) || ( defined( 'IS_ATOMIC' ) && IS_ATOMIC ) diff --git a/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.youtube.php b/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.youtube.php index bbb8ed9578566..b2268909170d0 100644 --- a/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.youtube.php +++ b/projects/plugins/jetpack/tests/php/modules/shortcodes/test-class.youtube.php @@ -97,7 +97,7 @@ public function get_youtube_id_options() { * @covers ::youtube_shortcode * @since 3.9 */ - public function test_replace_url_with_iframe_in_the_content() { + public function test_shortcodes_youtube_replace_url_with_iframe_in_the_content() { global $post; $youtube_id = 'JaNH56Vpg-A';