forked from cocur/background-process
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
Latest commit
19 lines (16 loc) · 490 Bytes
/
Copy pathphpunit.xml.dist
File metadata and controls
19 lines (16 loc) · 490 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="vendor/autoload.php"colors="true">
<testsuites>
<testsuitename="cocur/background-process Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directorysuffix=".php">src/</directory>
</whitelist>
</filter>
<logging>
<logtype="coverage-clover"target="build/logs/clover.xml"/>
</logging>
</phpunit>