mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Build/Test Tools: Correctly reference function names in @covers entries.
Props pbearne. Fixes #39235. git-svn-id: https://develop.svn.wordpress.org/trunk@39918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -553,7 +553,7 @@ class Tests_AdminBar extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 30937
|
||||
* @covers wp_admin_bar_customize_menu()
|
||||
* @covers ::wp_admin_bar_customize_menu
|
||||
*/
|
||||
public function test_customize_link() {
|
||||
global $wp_customize;
|
||||
|
||||
Reference in New Issue
Block a user