PHPWord/vendor/phenx/php-svg-lib/phpunit.xml
2023-04-06 11:14:49 -06:00

19 lines
544 B
XML
Executable File

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