-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpunit.xml
26 lines (26 loc) · 895 Bytes
/
phpunit.xml
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
<phpunit bootstrap="travis-splint-0.0.8/index.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
verbose="true"
testdox="true">
<testsuites>
<testsuite name="RefactorCI Test Suite">
<file>travis-splint-0.0.8/application/splints/francis94c/refactor-ci/phpunit/RefactorTest.php</file>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./travis-splint-0.0.8/application/splints/francis94c/refactor-ci</directory>
<exclude>
<file>travis-splint-0.0.8/application/splints/francis94c/refactor-ci/phpunit/RefactorTest.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>