Current File : /home/pacjaorg/www/copwordpres/wp-content/plugins/download-monitor/phpunit.xml |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
verbose="true"
syntaxCheck="true"
>
<testsuites>
<testsuite name="Download Monitor Test Suite">
<directory suffix=".php">./tests/unit-tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./includes</directory>
<directory suffix=".php">./src</directory>
<file>download-monitor.php</file>
<file>uninstall.php</file>
<exclude>
<directory suffix=".php">./src/Libs</directory>
</exclude>
</whitelist>
</filter>
</phpunit>