Make WordPress Core

Changeset 52682


Ignore:
Timestamp:
02/05/2022 01:19:53 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename the test file and class for wp_get_global_stylesheet() tests.

This matches the name of the function being tested.

Follow-up to [52675-52677].

See #54782.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpGetGlobalStylesheet.php

    • Property svn:eol-style set to native
    r52681 r52682  
    22
    33/**
     4 * Tests wp_get_global_stylesheet().
     5 *
    46 * @group themes
    57 */
    6 class Tests_Theme_GlobalStylesheet extends WP_UnitTestCase {
     8class Tests_Theme_wpGetGlobalStylesheet extends WP_UnitTestCase {
    79
    810    public function set_up() {
Note: See TracChangeset for help on using the changeset viewer.