Merge "exception: Add newline at the end of a debugging line for CLI users"
[lhc/web/wiklou.git] / tests / integration / includes / http / MWHttpRequestTestCase.php
index 4fd1cde..5457696 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase {
        protected static $httpEngine;
        protected $oldHttpEngine;
@@ -241,4 +243,3 @@ class MWHttpRequestTestCase extends PHPUnit_Framework_TestCase {
                        array_change_key_case( $cookieJar->cookie, CASE_LOWER ) );
        }
 }
-