Changeset 50344 for trunk/tests/phpunit/tests/http/http.php
- Timestamp:
- 02/15/2021 02:00:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/http.php
r48937 r50344 11 11 /** 12 12 * @dataProvider make_absolute_url_testcases 13 * 14 * @covers ::WP_Http::make_absolute_url 13 15 */ 14 16 function test_make_absolute_url( $relative_url, $absolute_url, $expected ) { … … 70 72 /** 71 73 * @dataProvider parse_url_testcases 74 * 75 * @covers ::wp_parse_url 72 76 */ 73 77 function test_wp_parse_url( $url, $expected ) { … … 181 185 /** 182 186 * @ticket 36356 187 * 188 * @covers ::wp_parse_url 183 189 */ 184 190 function test_wp_parse_url_with_default_component() { … … 203 209 * 204 210 * @dataProvider parse_url_component_testcases 211 * 212 * @covers ::wp_parse_url 205 213 */ 206 214 function test_wp_parse_url_with_component( $url, $component, $expected ) { … … 262 270 /** 263 271 * @ticket 35426 272 * 273 * @covers ::get_status_header_desc 264 274 */ 265 275 public function test_http_response_code_constants() { … … 278 288 /** 279 289 * @ticket 37768 290 * 291 * @covers WP_Http::normalize_cookies 280 292 */ 281 293 public function test_normalize_cookies_scalar_values() { … … 313 325 * 314 326 * @dataProvider get_component_from_parsed_url_array_testcases 327 * 328 * @covers ::wp_parse_url 329 * @covers ::_get_component_from_parsed_url_array 315 330 */ 316 331 function test_get_component_from_parsed_url_array( $url, $component, $expected ) { … … 352 367 * 353 368 * @dataProvider wp_translate_php_url_constant_to_key_testcases 369 * 370 * @covers ::_wp_translate_php_url_constant_to_key 354 371 */ 355 372 function test_wp_translate_php_url_constant_to_key( $input, $expected ) {
Note: See TracChangeset
for help on using the changeset viewer.