mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Themes: Fix @covers PHPDoc line for test.
Follow-up to [56578]. Props @mukesh27. See #59338. git-svn-id: https://develop.svn.wordpress.org/trunk@56579 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -222,7 +222,7 @@ class Tests_Block_Template_Utils extends WP_UnitTestCase {
|
||||
/**
|
||||
* @ticket 59338
|
||||
*
|
||||
* @covers ::test_inject_theme_attribute_in_template_part_block
|
||||
* @covers ::_inject_theme_attribute_in_template_part_block
|
||||
*/
|
||||
public function test_inject_theme_attribute_in_template_part_block() {
|
||||
$template_part_block_without_theme_attribute = array(
|
||||
|
||||
Reference in New Issue
Block a user