Changeset 58049 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 04/26/2024 03:00:03 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r57987 r58049 1523 1523 IMAGETYPE_AVIF, 1524 1524 'width="128" height="128"', 1525 'mime' => 'image/avif', 1526 ), 1527 ), 1528 // Grid AVIF. 1529 array( 1530 DIR_TESTDATA . '/images/avif-alpha-grid2x1.avif', 1531 array( 1532 199, 1533 200, 1534 IMAGETYPE_AVIF, 1535 'width="199" height="200"', 1525 1536 'mime' => 'image/avif', 1526 1537 ),
Note: See TracChangeset
for help on using the changeset viewer.