| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 331e540 commit cfcfdcf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,6 @@ function test_webp_uploads_filter_image_editor_output_format_with_support() { | |||
| 30 | 30 | add_filter( 'wp_image_editors', array( $this, 'mock_wp_image_editor_supports' ) ); | |
| 31 | 31 | $output_format = webp_uploads_filter_image_editor_output_format( array(), '', 'image/jpeg' ); | |
| 32 | 32 | $this->assertEquals( array( 'image/jpeg' => 'image/webp' ), $output_format ); | |
| 33 | - remove_filter( 'wp_image_editors', array( $this, 'mock_wp_image_editor_supports' ) ); | ||
| 34 | 33 | } | |
| 35 | 34 | ||
| 36 | 35 | /** | |
| Back | FazBrowse Home | New Git URL |
0 commit comments