From: Timo Tijhof Date: Sun, 23 Jul 2017 00:23:24 +0000 (-0700) Subject: phpunit: Remove skins/ from coverage index X-Git-Tag: 1.31.0-rc.0~2629^2~2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=6aa1b85954192d4e13850ec8b53ed9bea7428480;p=lhc%2Fweb%2Fwiklou.git phpunit: Remove skins/ from coverage index As of a few releases ago, there are no longer any skins in core in that directory (base classes and fallback are under includes/). Removing this makes running phpunit coverage faster locally, when there are skins installed. This should be excluded, similar to how extensions/ is not indexed for the core report, either. Change-Id: Idc01578bf22febc684dbcb7aeb9ec9475e930ae4 --- diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 2f19c813f2..251a4a25ff 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -68,7 +68,6 @@ ../../includes ../../languages ../../maintenance - ../../skins