Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/05/2020 11:42:13 AM (4 years ago)
Author:
imath
Message:

Test tool: revert [12677]

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

Fixes #8328

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/core/functions.php

    r12677 r12680  
    794794
    795795        foreach ( $images as $image ) {
    796             if ( 'heic' === $image ) {
    797                 continue;
    798             }
    799 
    800796            if ( 'image' !== wp_ext2type( $image ) ) {
    801797                $not_image = $image;
Note: See TracChangeset for help on using the changeset viewer.