Changeset 44441 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 01/07/2019 09:08:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r44438 r44441 1342 1342 'crazy-cdata.jpg', 1343 1343 array( 1344 'ext' => false,1345 'type' => false,1344 'ext' => false, 1345 'type' => false, 1346 1346 'proper_filename' => false, 1347 1347 ), … … 1352 1352 'crazy-cdata.doc', 1353 1353 array( 1354 'ext' => false,1355 'type' => false,1354 'ext' => false, 1355 'type' => false, 1356 1356 'proper_filename' => false, 1357 1357 ), … … 1362 1362 'test.vtt', 1363 1363 array( 1364 'ext' => 'vtt',1365 'type' => 'text/vtt',1364 'ext' => 'vtt', 1365 'type' => 'text/vtt', 1366 1366 'proper_filename' => false, 1367 1367 ), … … 1371 1371 'test.csv', 1372 1372 array( 1373 'ext' => 'csv',1374 'type' => 'text/csv',1373 'ext' => 'csv', 1374 'type' => 'text/csv', 1375 1375 'proper_filename' => false, 1376 1376 ), … … 1381 1381 'test.rtf', 1382 1382 array( 1383 'ext' => 'rtf',1384 'type' => 'application/rtf',1383 'ext' => 'rtf', 1384 'type' => 'application/rtf', 1385 1385 'proper_filename' => false, 1386 1386 ),
Note: See TracChangeset
for help on using the changeset viewer.