Tests: Correct @ticket references in some test files.

See #51802.

git-svn-id: https://develop.svn.wordpress.org/trunk@49757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-12-05 15:49:25 +00:00
parent 38361be8e6
commit 85bc0628b4
3 changed files with 7 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ class Tests_User extends WP_UnitTestCase {
}
/**
* ticket 19265
* @ticket 19265
*/
function test_user_level_property_back_compat() {
$roles = array(
@@ -410,7 +410,7 @@ class Tests_User extends WP_UnitTestCase {
}
/**
* ticket 19595
* @ticket 19595
*/
function test_global_userdata() {
global $userdata, $wpdb;
@@ -426,7 +426,7 @@ class Tests_User extends WP_UnitTestCase {
}
/**
* ticket 19769
* @ticket 19769
*/
function test_global_userdata_is_null_when_logged_out() {
global $userdata;