handlebars.php-helpers/phpunit.xml.dist

10 lines
265 B
Plaintext
Raw Normal View History

2014-12-12 17:47:27 +03:00
<?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>