From 371966a187081662c155ef98ddb7a681dc10f268 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Feb 2022 13:19:53 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@52682 602fd350-edb4-49c9-b593-d223f7449a82 --- .../theme/{globalStylesheet.php => wpGetGlobalStylesheet.php} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename tests/phpunit/tests/theme/{globalStylesheet.php => wpGetGlobalStylesheet.php} (98%) diff --git a/tests/phpunit/tests/theme/globalStylesheet.php b/tests/phpunit/tests/theme/wpGetGlobalStylesheet.php similarity index 98% rename from tests/phpunit/tests/theme/globalStylesheet.php rename to tests/phpunit/tests/theme/wpGetGlobalStylesheet.php index ce8beeb0011a..b3bd7754bdf4 100644 --- a/tests/phpunit/tests/theme/globalStylesheet.php +++ b/tests/phpunit/tests/theme/wpGetGlobalStylesheet.php @@ -1,9 +1,11 @@