Skip to content

Commit e54e0a3

Browse files
authored
Merge branch 'trunk' into rajeshcpr-patch-1
2 parents 02f04fe + a1c062c commit e54e0a3

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)