The automatic test in MediaWikiTestCase was marked as risky
authorSeb35 <seb35@seb35.fr>
Sun, 11 Dec 2016 20:16:11 +0000 (21:16 +0100)
committerSeb35 <seb35@seb35.fr>
Sun, 11 Dec 2016 20:16:11 +0000 (21:16 +0100)
commit6728bbb8194f73365df2205706ce8ac3b3eee169
treeb609e4a6f098ab6a764bed46f9400002910f0a03
parent63339f002aeeace41280b7468e16fb275737cd52
The automatic test in MediaWikiTestCase was marked as risky

MediaWikiTestCase::testMediaWikiTestCaseParentSetupCalled is
marked as risky when strict code coverage is activated in
PHPUnit (--coverage-html ../../docs/code-coverage
--strict-coverage --debug -v).

This patch adds the annotation @coversNothing to disable
code coverage on this test. As an automatically-added test,
it must adapt to a number of different environments, so it
is not feasible to add the exhaustive list of @uses classes.

Bug: T152923
Change-Id: Ic670ff2d89f1c5df500c0d10b153d4efd013d7f4
tests/phpunit/MediaWikiTestCase.php