Skip to content

Commit 3e635a0

Browse files
Tests: Correct @covers tags for test_get_cookie_host_only().
Follow-up to [45135], [50344]. See #64894. git-svn-id: https://develop.svn.wordpress.org/trunk@62621 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1aff021 commit 3e635a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/phpunit/tests/http/functions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ public function test_get_response_cookies_with_name_value_array() {
206206
* @ticket 43231
207207
*
208208
* @covers WP_HTTP_Requests_Response::__construct
209+
* @covers WP_Http_Cookie::__construct
210+
* @covers WP_Http::normalize_cookies
209211
* @covers ::wp_remote_retrieve_cookies
210212
* @covers ::wp_remote_retrieve_cookie
211-
* @covers WP_Http
212213
*/
213214
public function test_get_cookie_host_only() {
214215
// Emulate WP_Http::request() internals.

0 commit comments

Comments
 (0)