phpunit: Remove skins/ from coverage index
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Jul 2017 00:23:24 +0000 (17:23 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Jul 2017 00:23:24 +0000 (17:23 -0700)
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

index 2f19c81..251a4a2 100644 (file)
@@ -68,7 +68,6 @@
                        <directory suffix=".php">../../includes</directory>
                        <directory suffix=".php">../../languages</directory>
                        <directory suffix=".php">../../maintenance</directory>
-                       <directory suffix=".php">../../skins</directory>
                </whitelist>
        </filter>
 </phpunit>