Make WordPress Core


Ignore:
Timestamp:
02/03/2023 01:51:11 PM (2 years ago)
Author:
audrasjb
Message:

HTTP API: Fix a unit test failure found after [55210].

Follow-up to [55210].

See #54225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/doEnclose.php

    r55210 r55211  
    272272            'ogg' => array(
    273273                'headers' => array(
    274                     'content-length' => 321,
    275                     'content-type'   => 'audio/ogg',
     274                    'Content-Length' => 321,
     275                    'Content-Type'   => 'audio/ogg',
    276276                ),
    277277            ),
Note: See TracChangeset for help on using the changeset viewer.