mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 03:00:14 +00:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user