forked from justb3a/processwire-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit-log.xml
More file actions
27 lines (23 loc) · 748 Bytes
/
phpunit-log.xml
File metadata and controls
27 lines (23 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="./tests/bootstrap.php"
printerFile="./vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php"
printerClass="NyanCat\PHPunit\ResultPrinter">
<testsuites>
<testsuite name="Val">
<directory>tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="./log/codecoverage" charset="UTF-8"
yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="testdox-html" target="./log/testdox.html" />
</logging>
<filter>
<blacklist>
<directory suffix=".php">vendor</directory>
<file>Validator.module</file>
</blacklist>
</filter>
</phpunit>