mirror of
https://github.com/thephpleague/climate.git
synced 2025-09-07 21:00:43 +02:00
11 lines
306 B
XML
11 lines
306 B
XML
<phpunit bootstrap="tests/bootstrap.php">
|
|
<testsuite name="CLImate">
|
|
<directory suffix="Test.php">tests</directory>
|
|
</testsuite>
|
|
<coverage processUncoveredFiles="true">
|
|
<include>
|
|
<directory suffix=".php">src</directory>
|
|
</include>
|
|
</coverage>
|
|
</phpunit>
|