mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user