passman/phpunit.xml

7 lines
202 B
XML
Raw Normal View History

2016-09-09 23:36:35 +08:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>