Changeset 45602 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 07/05/2019 05:20:52 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r45588 r45602 1313 1313 array( 1314 1314 // Standard non-image file. 1315 array(1316 DIR_TESTDATA . '/formatting/big5.txt',1317 'big5.txt',1318 array(1319 'ext' => 'txt',1320 'type' => 'text/plain',1321 'proper_filename' => false,1322 ),1323 ),1315 array( 1316 DIR_TESTDATA . '/formatting/big5.txt', 1317 'big5.txt', 1318 array( 1319 'ext' => 'txt', 1320 'type' => 'text/plain', 1321 'proper_filename' => false, 1322 ), 1323 ), 1324 1324 // Non-image file with wrong sub-type. 1325 1325 array(
Note: See TracChangeset
for help on using the changeset viewer.