From: Timo Tijhof Date: Fri, 28 Jul 2017 04:03:18 +0000 (-0700) Subject: phpunit: Exclude /languages/messages from coverage report X-Git-Tag: 1.31.0-rc.0~2561 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=49273788744650be0366badcae3b5dd5515dc8c7;p=lhc%2Fweb%2Fwiklou.git phpunit: Exclude /languages/messages from coverage report Indexing these files takes about 5-10% of the run time when generating code coverage reports for core. It has no coverage at the moment and probably won't any time soon given it's just variable declarations. At least for now, exclude it to significantly speed up generating of coverage reports. Change-Id: I0357e004e96d4f4b19036474c8353ddb778e31f3 --- diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 251a4a25ff..e8256ef2cb 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -68,6 +68,9 @@ ../../includes ../../languages ../../maintenance + + ../../languages/messages +