Files
faveo/vendor/vsmoraes/laravel-pdf/phpunit.xml
2015-12-22 14:09:23 +05:30

9 lines
259 B
XML

<?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>