- Timestamp:
- 08/06/2021 09:38:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php
r50633 r51563 537 537 $this->prevent_requests_to_host( 'api.wordpress.org' ); 538 538 539 $this->expect Exception( 'PHPUnit_Framework_Error_Warning');539 $this->expectWarning(); 540 540 $response = rest_do_request( $request ); 541 541 $this->assertErrorResponse( 'plugins_api_failed', $response, 500 );
Note: See TracChangeset
for help on using the changeset viewer.