mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
4e4b4de3be
commit
e50f46d49a
@ -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
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user