X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fintegration%2Fincludes%2Fhttp%2FMWHttpRequestTestCase.php;h=3b02e28b442d54a57a5c31f54e62b132226de534;hp=545769681d221b45dbe5323d045a42d9bff1eec2;hb=ebbfe592fe02e38ab2201c0141e7468284e8ff68;hpb=15c5de3553ad2a07dac155fde59f0585c834d203 diff --git a/tests/integration/includes/http/MWHttpRequestTestCase.php b/tests/integration/includes/http/MWHttpRequestTestCase.php index 545769681d..3b02e28b44 100644 --- a/tests/integration/includes/http/MWHttpRequestTestCase.php +++ b/tests/integration/includes/http/MWHttpRequestTestCase.php @@ -2,7 +2,7 @@ use Wikimedia\TestingAccessWrapper; -class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase { +abstract class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase { protected static $httpEngine; protected $oldHttpEngine; @@ -234,7 +234,7 @@ class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase { /** * Asserts that the cookie jar does not have the given cookie. - * @param string $expectedName Cookie name + * @param string $name Cookie name * @param CookieJar $cookieJar */ protected function assertNotHasCookie( $name, CookieJar $cookieJar ) {