handlebars.php-helpers/phpunit.xml.dist
Dmitriy Simushev e341787d48 Initial commit
2014-12-12 14:47:27 +00:00

10 lines
265 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Handlebars.php Helpers Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>