Changeset 60749 for branches/6.4/tests/phpunit/tests/media.php
- Timestamp:
- 09/15/2025 08:05:38 PM (4 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
- Property svn:mergeinfo changed
/trunk merged: 60735-60736
- Property svn:mergeinfo changed
-
branches/6.4/tests/phpunit/tests/media.php
r57020 r60749 5285 5285 // Sub-sizes: for each size, the JPEGs should be smaller than the WebP. 5286 5286 $sizes_to_compare = array_intersect_key( $jpeg_sizes['sizes'], $webp_sizes['sizes'] ); 5287 5288 $this->assertNotWPError( $sizes_to_compare ); 5289 5287 5290 foreach ( $sizes_to_compare as $size => $size_data ) { 5288 5291 $this->assertLessThan( $webp_sizes['sizes'][ $size ]['filesize'], $jpeg_sizes['sizes'][ $size ]['filesize'] );
Note: See TracChangeset
for help on using the changeset viewer.