Files
faveo/vendor/vsmoraes/laravel-pdf/phpunit.xml
RafficMohammed 67950fc78f fixes
2023-02-17 13:25:50 +05:30

17 lines
518 B
XML
Executable File

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Dompdf Test Suite">
<directory>./tests/src</directory>
</testsuite>
</testsuites>
</phpunit>