Make WordPress Core


Ignore:
Timestamp:
03/11/2025 12:39:10 AM (3 months ago)
Author:
peterwilsoncc
Message:

Build/Test Tools: Update external-http group to include all network tests.

Updates the external-http group in the PHPUnit test suite to include all tests that rely on network requests. This is to ensure the main test suite runs do not contain any tests that can fail due to network conditions.

Props sukhendu2002, azaozz, audrasjb.
Fixes #62325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/wpGetHttpHeaders.php

    r55029 r59964  
    2727    /**
    2828     * Test with an invalid URL
     29     *
     30     * @group external-http
    2931     */
    3032    public function test_wp_get_http_headers_invalid_url() {
     
    3537    /**
    3638     * Test to see if the deprecated argument is working
     39     *
     40     * @group external-http
    3741     */
    3842    public function test_wp_get_http_headers_deprecated_argument() {
Note: See TracChangeset for help on using the changeset viewer.