From d6b46b9b99cae87a3953e2df8f1c4b3e0119b7fd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 6 Aug 2022 00:03:01 +0000 Subject: [PATCH] Tests: Rename the test class for `wp_preload_resources()` tests. This matches the name of the function being tested. Follow-up to [53846]. See #42438. git-svn-id: https://develop.svn.wordpress.org/trunk@53849 602fd350-edb4-49c9-b593-d223f7449a82 --- .../general/{wpPreloadLinks.php => wpPreloadResources.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/phpunit/tests/general/{wpPreloadLinks.php => wpPreloadResources.php} (99%) diff --git a/tests/phpunit/tests/general/wpPreloadLinks.php b/tests/phpunit/tests/general/wpPreloadResources.php similarity index 99% rename from tests/phpunit/tests/general/wpPreloadLinks.php rename to tests/phpunit/tests/general/wpPreloadResources.php index d9f4150088..53fd2646a6 100644 --- a/tests/phpunit/tests/general/wpPreloadLinks.php +++ b/tests/phpunit/tests/general/wpPreloadResources.php @@ -6,7 +6,7 @@ * @ticket 42438 * @covers ::wp_preload_resources */ -class Tests_General_wpPreloadLinks extends WP_UnitTestCase { +class Tests_General_wpPreloadResources extends WP_UnitTestCase { /** * @dataProvider data_preload_resources