Make WordPress Core


Ignore:
Timestamp:
07/19/2018 07:52:41 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Tests: Introduce Tests_HTTP_Functions::skipTestOnTimeout(), mirroring the same WP_HTTP_UnitTestCase method.

See #44613.

File:
1 edited

Legend:

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

    r43511 r43512  
    1919
    2020    /**
    21      * Mark test as skipped if the HTTP request times out
     21     * Mark test as skipped if the HTTP request times out.
    2222     */
    2323    function skipTestOnTimeout( $response ) {
Note: See TracChangeset for help on using the changeset viewer.