aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/http/HttpTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated class HttpUmherirrender2023-04-241-32/+0
* Migrate usage of `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-08-011-2/+4
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-1/+1
* Split HttpTest and SessionTest to unit and integrationAmir Sarabadani2019-07-131-81/+0
* Add tests for HttpRequestFactoryTest.daniel2019-05-131-448/+1
* Deprecate the Http classAryeh Gregor2019-05-061-0/+2
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-3/+3
* http: Support callback functions in GuzzleHttpRequestBill Pirkle2019-01-241-16/+0
* Create GuzzleHttpRequest class as new default for HttpRequestFactoryBill Pirkle2018-12-101-1/+25
* Replace HTTP by HTTPSFomafix2018-05-221-3/+3
* phpunit: Add some @covers and @large/@medium to integration testsTimo Tijhof2018-03-201-0/+1
* MWHttpRequest: Restore ability to pass null for $optionsKunal Mehta2018-02-061-1/+1
* Add @coversNothing in places where @covers does not applyKunal Mehta2017-12-281-0/+1
* tests: Use checkPHPExtension() instead of re-implementing itKunal Mehta2017-12-251-3/+1
* Do not run tests that depend on curl if it is not loadedHuji Lee2017-09-191-0/+4
* HttpFunctions: Increase code coverageTimo Tijhof2017-03-291-41/+51
* Follow-up 1e9c3619: Correct @T1234 accidental cruftJames D. Forrester2017-02-241-1/+1
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-3/+3
* Clean up http classes a bitGergő Tisza2016-11-301-0/+534