mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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;
|
||||
|
||||
@@ -103,7 +103,7 @@ class Test_WP_Customize_Custom_CSS_Setting extends WP_UnitTestCase {
|
||||
/**
|
||||
* Test crud methods on WP_Customize_Custom_CSS_Setting.
|
||||
*
|
||||
* @covers wp_get_custom_css()
|
||||
* @covers ::wp_get_custom_css
|
||||
* @covers WP_Customize_Custom_CSS_Setting::value()
|
||||
* @covers WP_Customize_Custom_CSS_Setting::preview()
|
||||
* @covers WP_Customize_Custom_CSS_Setting::update()
|
||||
|
||||
@@ -884,7 +884,7 @@ class Tests_Functions extends WP_UnitTestCase {
|
||||
/**
|
||||
* Tests wp_generate_uuid4().
|
||||
*
|
||||
* @covers wp_generate_uuid4()
|
||||
* @covers ::wp_generate_uuid4
|
||||
* @ticket 38164
|
||||
*/
|
||||
function test_wp_generate_uuid4() {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?php
|
||||
/**
|
||||
* @group link
|
||||
|
||||
Reference in New Issue
Block a user