Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Aug 29, 2024
1 parent 2bbdc0a commit 942b555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 942b555

Please sign in to comment.