Merge "Remove dot from summary used by fixDoubleRedirects.php"
[lhc/web/wiklou.git] / tests / integration / includes / http / MWHttpRequestTestCase.php
index 6d1fdf5..3b02e28 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase {
+use Wikimedia\TestingAccessWrapper;
+
+abstract class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase {
        protected static $httpEngine;
        protected $oldHttpEngine;
 
@@ -232,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 ) {