Merge "Export: Use BCP 47 language code for attribute xml:lang"
[lhc/web/wiklou.git] / tests / integration / includes / http / CurlHttpRequestTest.php
1 <?php
2
3 class CurlHttpRequestTest extends MWHttpRequestTestCase {
4 protected static $httpEngine = 'curl';
5 }