hyperf-mongodb/phpunit.xml
2021-09-27 17:59:56 +08:00

7 lines
186 B
XML

<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="service">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>