mirror of
https://github.com/danog/process.git
synced 2024-11-30 04:39:04 +01:00
12 lines
347 B
XML
12 lines
347 B
XML
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory>./lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit> |