mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Tests: Move some @covers tags in the formatting group to the class DocBlock.
This aims to bring more consistency, as these test classes typically cover a single function, unless noted otherwise. Follow-up to [53562], [53571], [54051]. See #56793. git-svn-id: https://develop.svn.wordpress.org/trunk@54728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
/**
|
||||
* @group formatting
|
||||
* @ticket 46133
|
||||
*
|
||||
* @covers ::excerpt_remove_blocks
|
||||
*/
|
||||
class Tests_Formatting_ExcerptRemoveBlocks extends WP_UnitTestCase {
|
||||
|
||||
@@ -90,8 +92,6 @@ class Tests_Formatting_ExcerptRemoveBlocks extends WP_UnitTestCase {
|
||||
* Tests excerpt_remove_blocks().
|
||||
*
|
||||
* @ticket 46133
|
||||
*
|
||||
* @covers ::excerpt_remove_blocks
|
||||
*/
|
||||
public function test_excerpt_remove_blocks() {
|
||||
// Simple dynamic block..
|
||||
|
||||
Reference in New Issue
Block a user