Tests: Correct some newly introduced @covers tags.

Follow-up to [50289], [50344].

Props jrf.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@50537 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-03-16 18:44:40 +00:00
parent 1479f1e543
commit d984b548c8
2 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ class Tests_HTTP_HTTP extends WP_UnitTestCase {
/**
* @dataProvider make_absolute_url_testcases
*
* @covers ::WP_Http::make_absolute_url
* @covers WP_Http::make_absolute_url
*/
function test_make_absolute_url( $relative_url, $absolute_url, $expected ) {
$actual = WP_Http::make_absolute_url( $relative_url, $absolute_url );