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/rest-api/wpRestBlockPatternsController.php

    r56492 r59964  
    124124    }
    125125
     126    /**
     127     * @group external-http
     128     */
    126129    public function test_get_items() {
    127130        wp_set_current_user( self::$admin_id );
     
    190193     *
    191194     * @ticket 57532
     195     * @group external-http
    192196     *
    193197     * @covers WP_REST_Block_Patterns_Controller::get_items
Note: See TracChangeset for help on using the changeset viewer.