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