Make WordPress Core


Ignore:
Timestamp:
05/10/2020 12:07:49 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

See #49542.

File:
1 moved

Legend:

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

    r47779 r47780  
    22
    33/*
    4  * Validate that's badly named charsets always return the correct format for UTF-8 and ISO-8859-1
     4 * Validate that badly named charsets always return the correct format for UTF-8 and ISO-8859-1.
    55 *
    66 *  @since 4.8.0
    77 */
    88
    9 class Tests_Functions_canonical_charset extends WP_UnitTestCase {
     9class Tests_Functions_CanonicalCharset extends WP_UnitTestCase {
    1010
    1111    public function test_utf_8_lower() {
Note: See TracChangeset for help on using the changeset viewer.