phpunit.xml.dist
405 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
syntaxCheck="false"
>
<testsuites>
<testsuite name="PHPRtfLiteSuite">
<directory>.</directory>
</testsuite>
</testsuites>
</phpunit>