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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user