phpunit: Exclude /languages/messages from coverage report
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 28 Jul 2017 04:03:18 +0000 (21:03 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 28 Jul 2017 04:03:18 +0000 (21:03 -0700)
commit49273788744650be0366badcae3b5dd5515dc8c7
tree52d28b7bb7e7e90bad1e069c44c0f61835d54a40
parent26974b5af8f16205ab415f3c7c80d6920cd6291e
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
tests/phpunit/suite.xml