Skip to:
Content

bbPress.org

Changeset 6025


Ignore:
Timestamp:
05/18/2016 01:14:48 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Set a whitelist for PHPUnit code coverage

This chageset adds a PHPUnit whitelist of files for use with code coverage tests analsyis tools.

Hat tip jorbin.
Fixes #2953.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r6010 r6025  
    2828        </listener>
    2929    </listeners>
     30    <filter>
     31        <whitelist processUncoveredFilesFromWhitelist="true">
     32            <directory suffix=".php">src</directory>
     33        </whitelist>
     34    </filter>
    3035</phpunit>
Note: See TracChangeset for help on using the changeset viewer.