We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84b9a1 commit 7abbe76Copy full SHA for 7abbe76
tests/wp-includes/rest-api/auth/class-test-wp-rest-token.php
@@ -396,7 +396,7 @@ public function test_require_token() {
396
* @covers ::generate_payload()
397
* @since 0.1
398
*/
399
- public function test_generate_payload_rest_authentication_user() {
+ public function test_generate_token_rest_authentication_user() {
400
$request = new WP_REST_Request( 'POST', 'wp/v2/token' );
401
$function = function() {
402
return new WP_Error(
0 commit comments