- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r50072 r50450 28 28 29 29 public function tearDown() { 30 parent::tearDown();31 32 30 /** @var WP_REST_Server $wp_rest_server */ 33 31 global $wp_rest_server; … … 35 33 36 34 remove_filter( 'pre_http_request', array( $this, 'mock_embed_request' ), 10, 3 ); 35 parent::tearDown(); 37 36 } 38 37
Note: See TracChangeset
for help on using the changeset viewer.