Introduced in T72570, this test doesn't make much sense wthout HHVM, however due to it inheriting from MediaWikiTestCase it has a lot of overhead per constant. Change-Id: I5243c1e8272f6423682d4d560e1f453d6fbb7c4d
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
|
|
/**
|
|
* @group large
|
|
* @covers CurlHttpRequest
|
|
*/
|
|
class CurlHttpRequestTest extends MWHttpRequestTestCase {
|
|
protected static $httpEngine = 'curl';
|
|
}
|