phpunit: Add some @covers and @large/@medium to integration tests
[lhc/web/wiklou.git] / tests / integration / includes / http / PhpHttpRequestTest.php
index d0222a5..90bf532 100644 (file)
@@ -1,5 +1,9 @@
 <?php
 
+/**
+ * @large
+ * @covers PhpHttpRequest
+ */
 class PhpHttpRequestTest extends MWHttpRequestTestCase {
        protected static $httpEngine = 'php';
 }