Changeset 55029 for trunk/tests/phpunit/tests/admin/wpSiteHealth.php
- Timestamp:
- 01/05/2023 10:21:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r54076 r55029 203 203 add_filter( 204 204 'pre_http_request', 205 function ( $r , $parsed_args ) use ( &$responses, &$is_unauthorized, $good_basic_auth, $delay_the_response, $threshold ) {205 function ( $response, $parsed_args ) use ( &$responses, &$is_unauthorized, $good_basic_auth, $delay_the_response, $threshold ) { 206 206 207 207 $expected_response = array_shift( $responses );
Note: See TracChangeset
for help on using the changeset viewer.