hyperf-mongodb/phpunit.xml

7 lines
186 B
XML
Raw Permalink Normal View History

2021-09-27 09:59:56 +00:00
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="service">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>