Files
faveo/vendor/vsmoraes/laravel-pdf/phpunit.xml
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

9 lines
259 B
XML
Executable File

<?xml version="1.0" encoding="utf-8" ?>
<phpunit colors="true" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="DomPdf tests">
<directory suffix=".php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>