2013-12-11 15:08:54 -05:00
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
|
backupStaticAttributes="false"
|
2014-03-23 11:51:29 -04:00
|
|
|
bootstrap="./test/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-03-22 10:06:08 +04:00
|
|
|
<testsuite name="PhpWord Test Suite">
|
2014-03-23 12:07:29 -04:00
|
|
|
<directory>./test/PhpWord/</directory>
|
2013-12-11 15:08:54 -05:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
2014-02-24 19:17:06 +01:00
|
|
|
<filter>
|
|
|
|
|
<whitelist>
|
2014-03-22 10:06:08 +04:00
|
|
|
<directory suffix=".php">./src</directory>
|
2014-02-24 19:17:06 +01:00
|
|
|
</whitelist>
|
|
|
|
|
</filter>
|
2014-03-22 10:06:08 +04:00
|
|
|
</phpunit>
|