Skip to content

Commit a1cf525

Browse files
Docs: Correct the WP_User Query location reference in query cache tests.
Follow-up to [1047/tests], [33749], [55657]. See #59651. git-svn-id: https://develop.svn.wordpress.org/trunk@57325 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b4eeefe commit a1cf525

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/user/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Test WP_User Query, in wp-includes/user.php
3+
* Test WP_User_Query, in wp-includes/class-wp-user-query.php.
44
*
55
* @group user
66
*/

tests/phpunit/tests/user/queryCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Test WP_User Query, in wp-includes/user.php
3+
* Test WP_User_Query, in wp-includes/class-wp-user-query.php.
44
*
55
* @group user
66
*

0 commit comments

Comments
 (0)