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:
Sergey Biryukov
2017-01-17 02:43:25 +00:00
parent 15346053d6
commit 550818ac31
4 changed files with 3 additions and 4 deletions

View File

@@ -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() {