Files
Mustache/test/phpunit.xml
T

10 lines
264 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuite name="Mustache">
<directory>./</directory>
</testsuite>
<blacklist>
<directory suffix=".php">../examples</directory>
<directory suffix=".php">./</directory>
</blacklist>
</phpunit>