mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Tests: Add missing @covers
tags for files in phpunit/tests/external-http/
.
Props patopaiar, jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@50290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b3cb96ce0
commit
835066933b
@ -4,6 +4,11 @@
|
||||
*/
|
||||
class Tests_External_HTTP_Basic extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @covers ::wp_remote_get
|
||||
* @covers ::wp_remote_retrieve_response_code
|
||||
* @covers ::wp_remote_retrieve_body
|
||||
*/
|
||||
function test_readme() {
|
||||
// This test is designed to only run on trunk/master.
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
Loading…
x
Reference in New Issue
Block a user