Changeset 43991 for branches/4.7/tests/phpunit/tests/functions.php
- Timestamp:
- 12/12/2018 11:04:17 PM (6 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/branches/5.0 (added) merged: 43988
- Property svn:mergeinfo changed
-
branches/4.7/tests/phpunit/tests/functions.php
r40403 r43991 1062 1062 'big5.jpg', 1063 1063 array( 1064 'ext' => 'jpg',1065 'type' => 'image/jpeg',1064 'ext' => false, 1065 'type' => false, 1066 1066 'proper_filename' => false, 1067 1067 ), … … 1071 1071 DIR_TESTDATA . '/export/crazy-cdata.xml', 1072 1072 'crazy-cdata.xml', 1073 array( 1074 'ext' => false, 1075 'type' => false, 1076 'proper_filename' => false, 1077 ), 1078 ), 1079 // Non-image file not allowed even if it's named like one. 1080 array( 1081 DIR_TESTDATA . '/export/crazy-cdata.xml', 1082 'crazy-cdata.jpg', 1083 array( 1084 'ext' => false, 1085 'type' => false, 1086 'proper_filename' => false, 1087 ), 1088 ), 1089 // Non-image file not allowed if it's named like something else. 1090 array( 1091 DIR_TESTDATA . '/export/crazy-cdata.xml', 1092 'crazy-cdata.doc', 1073 1093 array( 1074 1094 'ext' => false,
Note: See TracChangeset
for help on using the changeset viewer.