passman/phpunit.integration.xml

7 lines
224 B
XML
Raw Normal View History

2016-09-09 23:36:35 +08:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
2017-07-01 22:08:44 +08:00
<!-- <directory>./tests/integration</directory> -->
2016-09-09 23:36:35 +08:00
</testsuite>
</testsuites>
</phpunit>