MediaWiki  1.29.1
CurlHttpRequestTest Class Reference
Inheritance diagram for CurlHttpRequestTest:
Collaboration diagram for CurlHttpRequestTest:

Static Protected Attributes

static $httpEngine = 'curl'
 
- Static Protected Attributes inherited from MWHttpRequestTestCase
static $httpEngine
 

Additional Inherited Members

- Public Member Functions inherited from MWHttpRequestTestCase
 setUp ()
 
 tearDown ()
 
 testBasicAuthentication ()
 
 testgetFinalUrl ()
 
 testGetResponseHeaders ()
 
 testGetStatus ()
 
 testIsRedirect ()
 
 testSetCallback ()
 
 testSetCookie ()
 
 testSetCookieJar ()
 
 testSetData ()
 
 testSetHeader ()
 
 testSetUserAgent ()
 
- Protected Member Functions inherited from MWHttpRequestTestCase
 assertHasCookie ( $expectedName, $expectedValue, CookieJar $cookieJar)
 Asserts that the cookie jar has the given cookie with the given value. More...
 
 assertNotHasCookie ( $name, CookieJar $cookieJar)
 Asserts that the cookie jar does not have the given cookie. More...
 
 assertResponseFieldValue ( $key, $expectedValue, MWHttpRequest $response)
 Verifies that the request was successful, returned valid JSON and the given field of that JSON data is as expected. More...
 
- Protected Attributes inherited from MWHttpRequestTestCase
 $oldHttpEngine
 

Detailed Description

Definition at line 3 of file CurlHttpRequestTest.php.

Member Data Documentation

◆ $httpEngine

CurlHttpRequestTest::$httpEngine = 'curl'
staticprotected

Definition at line 4 of file CurlHttpRequestTest.php.


The documentation for this class was generated from the following file: