Changeset 44292 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 12/18/2018 04:34:17 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43988
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/tests/functions.php
r43658 r44292 1302 1302 'big5.jpg', 1303 1303 array( 1304 'ext' => 'jpg',1305 'type' => 'image/jpeg',1304 'ext' => false, 1305 'type' => false, 1306 1306 'proper_filename' => false, 1307 1307 ), … … 1311 1311 DIR_TESTDATA . '/export/crazy-cdata.xml', 1312 1312 'crazy-cdata.xml', 1313 array( 1314 'ext' => false, 1315 'type' => false, 1316 'proper_filename' => false, 1317 ), 1318 ), 1319 // Non-image file not allowed even if it's named like one. 1320 array( 1321 DIR_TESTDATA . '/export/crazy-cdata.xml', 1322 'crazy-cdata.jpg', 1323 array( 1324 'ext' => false, 1325 'type' => false, 1326 'proper_filename' => false, 1327 ), 1328 ), 1329 // Non-image file not allowed if it's named like something else. 1330 array( 1331 DIR_TESTDATA . '/export/crazy-cdata.xml', 1332 'crazy-cdata.doc', 1313 1333 array( 1314 1334 'ext' => false,
Note: See TracChangeset
for help on using the changeset viewer.