PHPWord/phpunit.xml.dist

21 lines
647 B
Plaintext
Raw Normal View History

<phpunit backupGlobals="false"
backupStaticAttributes="false"
2014-03-23 11:51:29 -04:00
bootstrap="./test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="PhpWord Test Suite">
<directory>./tests/PhpWord/</directory>
</testsuite>
</testsuites>
2014-02-24 19:17:06 +01:00
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
2014-02-24 19:17:06 +01:00
</whitelist>
</filter>
</phpunit>