Tests: Rename two classes in phpunit/tests/http/ to match the function names.

See #51802.

git-svn-id: https://develop.svn.wordpress.org/trunk@50345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-02-15 14:05:42 +00:00
parent 4e4b4de3be
commit e50f46d49a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @group http
* @covers ::wp_get_http_headers
*/
class Tests_HTTP_GetHttpHeaders extends WP_UnitTestCase {
class Tests_HTTP_wpGetHttpHeaders extends WP_UnitTestCase {
/**
* Set up the environment

View File

@ -4,7 +4,7 @@
* @group http
* @covers ::wp_remote_retrieve_headers
*/
class Tests_HTTP_RemoteRetrieveHeaders extends WP_UnitTestCase {
class Tests_HTTP_wpRemoteRetrieveHeaders extends WP_UnitTestCase {
/**
* Valid response