Files
icehrm/lib/composer/vendor/consolidation/log/phpunit.xml.dist
2017-09-03 20:39:22 +02:00

8 lines
205 B
XML

<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="log">
<directory prefix="test" suffix=".php">tests</directory>
</testsuite>
</testsuites>
</phpunit>