handlebars.php/phpunit.xml.dist
2013-11-07 21:47:57 +03:30

16 lines
387 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Handlebars.php Test suite">
<directory>tests/Xamin/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>