Changeset 55210 for trunk/tests/phpunit/tests/admin/includesFile.php
- Timestamp:
- 02/03/2023 01:33:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesFile.php
r55031 r55210 157 157 ), 158 158 'headers' => array( 159 ' content-disposition' => 'attachment; filename="filename-from-content-disposition-header.txt"',159 'Content-Disposition' => 'attachment; filename="filename-from-content-disposition-header.txt"', 160 160 ), 161 161 ); … … 175 175 ), 176 176 'headers' => array( 177 ' content-disposition' => 'attachment; filename="../../filename-from-content-disposition-header.txt"',177 'Content-Disposition' => 'attachment; filename="../../filename-from-content-disposition-header.txt"', 178 178 ), 179 179 ); … … 193 193 ), 194 194 'headers' => array( 195 ' content-disposition' => 'attachment; filename=filename-from-content-disposition-header.txt',195 'Content-Disposition' => 'attachment; filename=filename-from-content-disposition-header.txt', 196 196 ), 197 197 ); … … 242 242 ), 243 243 'headers' => array( 244 ' content-disposition' => 'filename="filename-from-content-disposition-header.txt"',244 'Content-Disposition' => 'filename="filename-from-content-disposition-header.txt"', 245 245 ), 246 246 ); … … 260 260 ), 261 261 'headers' => array( 262 ' content-disposition' => 'inline; filename="filename-from-content-disposition-header.txt"',262 'Content-Disposition' => 'inline; filename="filename-from-content-disposition-header.txt"', 263 263 ), 264 264 ); … … 278 278 ), 279 279 'headers' => array( 280 ' content-disposition' => 'form-data; name="file"; filename="filename-from-content-disposition-header.txt"',280 'Content-Disposition' => 'form-data; name="file"; filename="filename-from-content-disposition-header.txt"', 281 281 ), 282 282 );
Note: See TracChangeset
for help on using the changeset viewer.