We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f04fe + a1c062c commit e54e0a3Copy full SHA for e54e0a3
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