mailcow/data/web/rc/vendor/endroid/qrcode/phpunit.xml.dist

9 lines
241 B
Plaintext
Raw Normal View History

2017-02-21 22:27:11 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>