phpunit: Add some @covers and @large/@medium to integration tests
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Mar 2018 16:14:34 +0000 (09:14 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Mar 2018 16:14:34 +0000 (09:14 -0700)
commit14644a2fb0749742560ca4ae167109e4ea05600f
tree4f588f998936cd2c33bb534abb6fcd24148c726d
parent3bae295aef6f6495dc37802f1f4f6956c9a5648c
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
tests/integration/includes/http/CurlHttpRequestTest.php
tests/integration/includes/http/PhpHttpRequestTest.php
tests/integration/includes/shell/FirejailCommandTest.php
tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php
tests/phpunit/includes/http/HttpTest.php
tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
tests/phpunit/includes/parser/ParserIntegrationTest.php
tests/phpunit/includes/rcfeed/RCFeedIntegrationTest.php