We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2839ad3 commit 2efa53aCopy full SHA for 2efa53a
tests/modules/images/webp-uploads/helper-tests.php
@@ -238,6 +238,8 @@ function () {
238
* @test
239
*/
240
public function it_should_create_an_image_with_filter_webp_uploads_pre_generate_additional_image_source() {
241
+remove_all_filters( 'webp_uploads_pre_generate_additional_image_source' );
242
+
243
$attachment_id = $this->factory->attachment->create_upload_object( TESTS_PLUGIN_DIR . '/tests/testdata/modules/images/car.jpeg' );
244
245
add_filter(
0 commit comments