Files
newznab-tmux-NNTmux/phpunit.xml
T
2018-03-09 09:54:27 +01:00

24 lines
834 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuite name="Installation Test">
<directory suffix="Test.php">./tests/Install</directory>
</testsuite>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./Blacklight</directory>
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="/build/logs/clover.xml"/>
</logging>
</phpunit>