Changeset 55210 for trunk/tests/phpunit/tests/functions/doEnclose.php
- Timestamp:
- 02/03/2023 01:33:18 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/doEnclose.php
r55029 r55210 266 266 'mp4' => array( 267 267 'headers' => array( 268 ' content-length' => 123,269 ' content-type' => 'video/mp4',268 'Content-Length' => 123, 269 'Content-Type' => 'video/mp4', 270 270 ), 271 271 ), … … 290 290 return array( 291 291 'headers' => array( 292 ' content-length' => 0,293 ' content-type' => '',292 'Content-Length' => 0, 293 'Content-Type' => '', 294 294 ), 295 295 );
Note: See TracChangeset
for help on using the changeset viewer.