neropay/vendor/norgul/xmpp-php/phpunit.xml
2025-03-06 14:50:41 -05:00

12 lines
No EOL
369 B
XML

<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites>
<testsuite name="Unit Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>