Changeset 50463 for trunk/tests/phpunit/tests/oembed/controller.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/controller.php
r50450 r50463 65 65 $wp_rest_server = null; 66 66 67 remove_filter( 'pre_http_request', array( $this, 'mock_embed_request' ), 10 );68 remove_filter( 'oembed_result', array( $this, 'filter_oembed_result' ), 10 );69 67 parent::tearDown(); 70 68 }
Note: See TracChangeset
for help on using the changeset viewer.