API/phpunit.xml

8 lines
163 B
XML
Raw Permalink Normal View History

2017-09-29 15:58:43 +02:00
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="api">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>