HttpTest: Update cURL constants array
authordan-nl <d_entous@yahoo.com>
Thu, 25 Sep 2014 04:46:37 +0000 (06:46 +0200)
committerKrinkle <krinklemail@gmail.com>
Tue, 7 Oct 2014 22:21:16 +0000 (22:21 +0000)
commit1f607e1e170d78100c45dcecb03157e72d54a0f2
treec6397b9bb3d8d57acc5a59690c128bd07173b437
parent57fbf16aea0a735c802fdac8e50693fedc877e87
HttpTest: Update cURL constants array

The mediawiki-core-regression-hhvm-master test for I21747063 found
failures for some constants provided by the provideCurlConstants()
array.

https://integration.wikimedia.org/ci/job/mediawiki-core-regression-hhvm-master/2072/console

I have commented out the failures that occur in the current mw
HHVM 3.3.0 environment in order for the test to pass. none of the
commented out constants appear in the mw core code.

PHP 5.6.0 removed several cURL constants http://php.net/manual/en/curl.constants.php.
I have commented out those constants and verified that they do not
exist in the mw core code.

Bug: 71729
Change-Id: I30c5e78eacf19071aaf44834ca188172f082e161
tests/phpunit/includes/HttpTest.php