mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user