mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Tests: Clean up some existing @covers tags.
The `()` at the end is unnecessary and disregarded by PHPUnit, so can be removed. Props jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@48858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -352,7 +352,7 @@ class Tests_Theme extends WP_UnitTestCase {
|
||||
/**
|
||||
* Test _wp_keep_alive_customize_changeset_dependent_auto_drafts.
|
||||
*
|
||||
* @covers ::_wp_keep_alive_customize_changeset_dependent_auto_drafts()
|
||||
* @covers ::_wp_keep_alive_customize_changeset_dependent_auto_drafts
|
||||
*/
|
||||
function test_wp_keep_alive_customize_changeset_dependent_auto_drafts() {
|
||||
$nav_created_post_ids = $this->factory()->post->create_many(
|
||||
|
||||
Reference in New Issue
Block a user