Merge "Revision: Handle all return values of Title::newFromId"
[lhc/web/wiklou.git] / tests / phpunit / includes / http / HttpTest.php
index 3693a27..8ca9f6a 100644 (file)
@@ -495,8 +495,11 @@ class HttpTest extends MediaWikiTestCase {
         * where it did not define a cURL constant. T72570
         *
         * @dataProvider provideCurlConstants
+        * @coversNothing
         */
        public function testCurlConstants( $value ) {
+               $this->checkPHPExtension( 'curl' );
+
                $this->assertTrue( defined( $value ), $value . ' not defined' );
        }
 }