mite-php-legacy/phpunit.xml

15 lines
441 B
XML
Raw Permalink Normal View History

2018-12-09 08:04:11 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2018-12-09 08:16:46 +00:00
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
2018-12-09 08:04:11 +00:00
<testsuites>
<testsuite name="default">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>