wiki.techinc.nl/tests/integration/includes/http/CurlHttpRequestTest.php
Timo Tijhof 14644a2fb0 phpunit: Add some @covers and @large/@medium to integration tests
- @small: single class, no I/O (unit test).
- @medium: multi-class (partial or no mocks), no I/O (unit/integration test).
- @large: multi-class, I/O allowed (integration test).

Change-Id: I09317e6dd9b0ee34b7467fbffdd07957ef55dc04
2018-03-20 09:14:34 -07:00

9 lines
152 B
PHP

<?php
/**
* @large
* @covers CurlHttpRequest
*/
class CurlHttpRequestTest extends MWHttpRequestTestCase {
protected static $httpEngine = 'curl';
}