2013-12-11 15:08:54 -05:00
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
|
backupStaticAttributes="false"
|
2014-03-02 20:07:05 +01:00
|
|
|
bootstrap="./Tests/bootstrap.php"
|
2013-12-11 15:08:54 -05:00
|
|
|
colors="true"
|
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
|
processIsolation="false"
|
|
|
|
|
stopOnFailure="false"
|
|
|
|
|
syntaxCheck="false">
|
|
|
|
|
<testsuites>
|
2014-02-24 19:17:06 +01:00
|
|
|
<testsuite name="PHPWord Unit Test Suite">
|
2014-03-02 12:42:58 -05:00
|
|
|
<directory>./Tests/PHPWord/</directory>
|
2013-12-11 15:08:54 -05:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
2014-02-24 19:17:06 +01:00
|
|
|
<filter>
|
|
|
|
|
<whitelist>
|
2014-03-09 19:09:22 +01:00
|
|
|
<directory suffix=".php">./Classes</directory>
|
2014-02-24 19:17:06 +01:00
|
|
|
</whitelist>
|
|
|
|
|
</filter>
|
2014-03-02 20:07:05 +01:00
|
|
|
</phpunit>
|