From 6aa1b85954192d4e13850ec8b53ed9bea7428480 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 22 Jul 2017 17:23:24 -0700 Subject: [PATCH] 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 --- tests/phpunit/suite.xml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1