Skip to content

Commit a1c062c

Browse files
Tests: Add missing @covers tags for some oEmbed tests.
Props sagardeshmukh. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62223 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e12ddb3 commit a1c062c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/phpunit/tests/oembed/WpEmbed.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/**
44
* @group oembed
5+
*
6+
* @covers WP_Embed
57
*/
68
class Tests_WP_Embed extends WP_UnitTestCase {
79
/**

tests/phpunit/tests/oembed/postEmbedUrl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/**
44
* @group oembed
5+
*
6+
* @covers ::get_post_embed_url
57
*/
68
class Tests_Post_Embed_URL extends WP_UnitTestCase {
79
public function test_non_existent_post() {

tests/phpunit/tests/oembed/wpOembed.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/**
44
* @group oembed
5+
*
6+
* @covers WP_oEmbed
57
*/
68
class Tests_WP_oEmbed extends WP_UnitTestCase {
79
/**

0 commit comments

Comments
 (0)