Changeset 56510 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 09/03/2023 12:49:51 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r55711 r56510 1644 1644 ), 1645 1645 ), 1646 // Google Docs file for which finfo_file() returns a duplicate mime type. 1647 array( 1648 DIR_TESTDATA . '/uploads/double-mime-type.docx', 1649 'double-mime-type.docx', 1650 array( 1651 'ext' => 'docx', 1652 'type' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 1653 'proper_filename' => false, 1654 ), 1655 ), 1646 1656 // Non-image file with wrong sub-type. 1647 1657 array(
Note: See TracChangeset
for help on using the changeset viewer.