Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Tests for WP_Block_Metadata_Registry integration with register_block_type_from_metadata().
*
* @group blocks
*
* @covers ::register_block_type_from_metadata
*/
class Tests_Blocks_RegisterBlockTypeFromMetadataWithRegistry extends WP_UnitTestCase {
private $temp_manifest_file;
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/blocks/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @since 5.0.0
*
* @group blocks
*
* @covers ::do_blocks
*/
class Tests_Blocks_Render extends WP_UnitTestCase {
/**
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/blocks/renderReusable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @since 5.0.0
*
* @group blocks
*
* @covers WP_Block
*/
class Tests_Blocks_RenderReusable extends WP_UnitTestCase {
/**
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/blocks/wpBlockList.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @since 5.5.0
*
* @group blocks
*
* @covers WP_Block_List
*/
class Tests_Blocks_wpBlockList extends WP_UnitTestCase {

Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/blocks/wpBlockParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @since 5.0.0
*
* @group blocks
*
* @covers WP_Block_Parser
*/
class Tests_Blocks_wpBlockParser extends WP_UnitTestCase {
/**
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/oembed/WpEmbed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* @group oembed
*
* @covers WP_Embed
*/
class Tests_WP_Embed extends WP_UnitTestCase {
/**
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/oembed/postEmbedUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* @group oembed
*
* @covers ::get_post_embed_url
*/
class Tests_Post_Embed_URL extends WP_UnitTestCase {
public function test_non_existent_post() {
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/oembed/wpOembed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* @group oembed
*
* @covers WP_oEmbed
*/
class Tests_WP_oEmbed extends WP_UnitTestCase {
/**
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/rewrite/numericSlugs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/**
* @group rewrite
* @ticket 5305
*
* @covers ::url_to_postid
*/
class Tests_Rewrite_NumericSlugs extends WP_UnitTestCase {
private $old_current_user;
Expand Down
3 changes: 3 additions & 0 deletions tests/phpunit/tests/rewrite/permastructs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

/**
* @group rewrite
*
* @covers ::add_permastruct
* @covers ::remove_permastruct
*/
class Tests_Rewrite_Permastructs extends WP_UnitTestCase {

Expand Down
Loading