Files
webservice/phpunit.xml
2018-10-11 11:41:24 +02:00

8 lines
187 B
XML

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