FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove unnecessary filter cleanup · WordPress/performance@cfcfdcf · GitHub

Commit cfcfdcf

Browse files
remove unnecessary filter cleanup
1 parent 331e540 commit cfcfdcf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎tests/modules/webp-uploads/webp-uploads-test.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function test_webp_uploads_filter_image_editor_output_format_with_support() {
3030
add_filter( 'wp_image_editors', array( $this, 'mock_wp_image_editor_supports' ) );
3131
$output_format = webp_uploads_filter_image_editor_output_format( array(), '', 'image/jpeg' );
3232
$this->assertEquals( array( 'image/jpeg' => 'image/webp' ), $output_format );
33-
remove_filter( 'wp_image_editors', array( $this, 'mock_wp_image_editor_supports' ) );
3433
}
3534

3635
/**

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL