Changeset 49045
- Timestamp:
- 09/25/2020 01:43:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r49032 r49045 1468 1468 /** 1469 1469 * @ticket 33641 1470 * @requires function imagejpeg 1470 1471 */ 1471 1472 function test_wp_calculate_image_srcset() { … … 1515 1516 /** 1516 1517 * @ticket 33641 1518 * @requires function imagejpeg 1517 1519 */ 1518 1520 function test_wp_calculate_image_srcset_no_date_uploads() { … … 1571 1573 /** 1572 1574 * @ticket 33641 1575 * @requires function imagejpeg 1573 1576 */ 1574 1577 function test_wp_calculate_image_srcset_with_edits() { … … 1604 1607 /** 1605 1608 * @ticket 35106 1609 * @requires function imagejpeg 1606 1610 */ 1607 1611 function test_wp_calculate_image_srcset_with_absolute_path_in_meta() { … … 1901 1905 /** 1902 1906 * @ticket 33641 1907 * @requires function imagejpeg 1903 1908 */ 1904 1909 function test_wp_get_attachment_image_srcset() { … … 1991 1996 /** 1992 1997 * @ticket 33641 1998 * @requires function imagejpeg 1993 1999 */ 1994 2000 function test_wp_calculate_image_sizes() { … … 2014 2020 /** 2015 2021 * @ticket 33641 2022 * @requires function imagejpeg 2016 2023 */ 2017 2024 function test_wp_filter_content_tags_srcset_sizes() { … … 2175 2182 * @ticket 35045 2176 2183 * @ticket 33641 2184 * @requires function imagejpeg 2177 2185 */ 2178 2186 function test_wp_filter_content_tags_schemes() { … … 2625 2633 /** 2626 2634 * @ticket 50367 2635 * @requires function imagejpeg 2627 2636 */ 2628 2637 function test_wp_filter_content_tags_width_height() { … … 2670 2679 * @ticket 44427 2671 2680 * @ticket 50367 2681 * @requires function imagejpeg 2672 2682 */ 2673 2683 function test_wp_filter_content_tags_loading_lazy() {
Note: See TracChangeset
for help on using the changeset viewer.