Files
php-xmpp/phpunit.xml

12 lines
369 B
XML
Raw Permalink Normal View History

2024-09-13 14:11:34 +02: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>