Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 6 years ago

#8328 closed defect (bug) (fixed)

.heic image extension added to WP 5.5

Reported by: imath Owned by: netweb
Priority: normal Milestone: 7.0.0
Component: Build/Test Tools Version:
Severity: normal 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 6 years ago.

Download all attachments as: .zip

Change History (4)

@imath
6 years ago

#1 @imath
6 years ago

  • Component CoreBuild/Test Tools
  • Keywords has-patch added
  • Milestone Awaiting Review7.0.0
  • Owner set to netweb

#2 @imath
6 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
6 years ago

  • Resolutionfixed
  • Status newclosed

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.