Make WordPress Core


Ignore:
Timestamp:
07/27/2023 02:45:09 PM (18 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use correct case for class name in WP_Http tests.

Follow-up to [8516], [54968].

Props jrf.
See #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/base.php

    r55210 r56319  
    99 * inclusion of PEAR.
    1010 *
    11  * The WP_HTTP tests require a class-http.php file of r17550 or later.
     11 * The WP_Http tests require a class-http.php file of r17550 or later.
    1212 */
    1313abstract class WP_HTTP_UnitTestCase extends WP_UnitTestCase {
Note: See TracChangeset for help on using the changeset viewer.