-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
28 lines (28 loc) · 1.13 KB
/
phpunit.xml
File metadata and controls
28 lines (28 loc) · 1.13 KB
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
28
<phpunit bootstrap="travis-splint-0.0.8/index.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
verbose="true">
<testsuites>
<testsuite name="CI-REST Test Suite">
<file>travis-splint-0.0.8/application/splints/francis94c/ci-rest/phpunit/BasicAuthTest.php</file>
<file>travis-splint-0.0.8/application/splints/francis94c/ci-rest/phpunit/APIKeyAuthAuthTest.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/ci-rest</directory>
<exclude>
<file>travis-splint-0.0.8/application/splints/francis94c/ci-rest/phpunit/BasicAuthTest.php</file>
<file>travis-splint-0.0.8/application/splints/francis94c/ci-rest/phpunit/APIKeyAuthAuthTest.php</file>
<file>travis-splint-0.0.8/application/splints/francis94c/ci-rest/phpunit/config/rest.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>