Changeset 50450 for trunk/tests/phpunit/tests/oembed/controller.php
- Timestamp:
- 02/27/2021 05:08:26 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/oembed/controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/controller.php
r50441 r50450 61 61 62 62 public function tearDown() { 63 parent::tearDown();64 63 /** @var WP_REST_Server $wp_rest_server */ 65 64 global $wp_rest_server; … … 68 67 remove_filter( 'pre_http_request', array( $this, 'mock_embed_request' ), 10 ); 69 68 remove_filter( 'oembed_result', array( $this, 'filter_oembed_result' ), 10 ); 69 parent::tearDown(); 70 70 } 71 71
Note: See TracChangeset
for help on using the changeset viewer.