We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6821ef + a1c062c commit 79856dfCopy full SHA for 79856df
3 files changed
tests/phpunit/tests/oembed/WpEmbed.php
@@ -2,6 +2,8 @@
2
3
/**
4
* @group oembed
5
+ *
6
+ * @covers WP_Embed
7
*/
8
class Tests_WP_Embed extends WP_UnitTestCase {
9
tests/phpunit/tests/oembed/postEmbedUrl.php
+ * @covers ::get_post_embed_url
class Tests_Post_Embed_URL extends WP_UnitTestCase {
public function test_non_existent_post() {
tests/phpunit/tests/oembed/wpOembed.php
+ * @covers WP_oEmbed
class Tests_WP_oEmbed extends WP_UnitTestCase {
0 commit comments