Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8328 closed defect (bug) (fixed)

.heic image extension added to WP 5.5

Reported by: imath's profile imath Owned by: netweb's profile netweb
Milestone: 7.0.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Cc:

Description

We have a failing PHP Unit test when for the WordPress trunk/master job.

I just posted this ticket upstream about it to known if the fact the .heic extension was not into the returned array of the wp_get_ext_types() function was intentional or not.

While waiting for the response, I'll ignore the .heic extension into our unit test.

Attachments (1)

8328.patch (531 bytes) - added by imath 4 years ago.

Download all attachments as: .zip

Change History (4)

@imath
4 years ago

#1 @imath
4 years ago

  • Component changed from Core to Build/Test Tools
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 7.0.0
  • Owner set to netweb

#2 @imath
4 years ago

In 12677:

Test tool: ignore the heic image extension into 1 of our unit tests

The unit test is test_bp_attachments_get_allowed_types(). Depending on the response about this upstream ticket, we'll leave it as is or revert this commit.

See #8328

#3 @imath
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 12680:

Test tool: revert [12677]

Upstream issue has been fixed, we don't need to ignore heic extension anymore.

Fixes #8328

Note: See TracTickets for help on using tickets.