neropay/vendor/norgul/xmpp-php/phpunit.xml

12 lines
369 B
XML
Raw Permalink Normal View History

2025-03-06 14:50:41 -05:00
<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>