summaryrefslogtreecommitdiff
path: root/www/wiki/tests/integration/includes/http/PhpHttpRequestTest.php
blob: 8c461f35354644b23dddb34e97a580fbd0e7207b (plain)
1
2
3
4
5
6
7
8
9
<?php

/**
 * @group large
 * @covers PhpHttpRequest
 */
class PhpHttpRequestTest extends MWHttpRequestTestCase {
	protected static $httpEngine = 'php';
}