Skip to content

Commit

Permalink
Tests: Rename the test file and class for `wp_get_global_stylesheet()…
Browse files Browse the repository at this point in the history
…` tests.

This matches the name of the function being tested.

Follow-up to [52675-52677].

See #54782.

git-svn-id: https://develop.svn.wordpress.org/trunk@52682 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Feb 5, 2022
1 parent 784367f commit 371966a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,9 +1,11 @@
<?php

/**
* Tests wp_get_global_stylesheet().
*
* @group themes
*/
class Tests_Theme_GlobalStylesheet extends WP_UnitTestCase {
class Tests_Theme_wpGetGlobalStylesheet extends WP_UnitTestCase {

public function set_up() {
parent::set_up();
Expand Down

0 comments on commit 371966a

Please sign in to comment.