1
0
mirror of https://github.com/thephpleague/climate.git synced 2025-09-07 21:00:43 +02:00
Files
php-climate/phpunit.xml.dist

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>