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

Static Protected Attributes

static $httpEngine = 'php'
 
- 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 PhpHttpRequestTest.php.

Member Data Documentation

◆ $httpEngine

PhpHttpRequestTest::$httpEngine = 'php'
staticprotected

Definition at line 4 of file PhpHttpRequestTest.php.


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