openclassify/vendor/barryvdh/laravel-stack-middleware/phpunit.xml
Mostafa Moradi 59dbba58fb readme
2022-04-08 12:26:15 +03:00

17 lines
497 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Unit tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>