2013-12-11 15:08:54 -05:00
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
|
backupStaticAttributes="false"
|
2014-03-24 08:23:59 -04:00
|
|
|
bootstrap="./tests/bootstrap.php"
|
2013-12-11 15:08:54 -05:00
|
|
|
colors="true"
|
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
|
processIsolation="false"
|
2018-07-14 00:59:54 +02:00
|
|
|
stopOnFailure="false">
|
2013-12-11 15:08:54 -05:00
|
|
|
<testsuites>
|
2014-03-22 10:06:08 +04:00
|
|
|
<testsuite name="PhpWord Test Suite">
|
2022-09-16 14:09:17 +02:00
|
|
|
<directory>./tests/PhpWordTests</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-03-28 19:41:33 +07:00
|
|
|
<exclude>
|
2022-09-16 14:09:17 +02:00
|
|
|
<directory suffix=".php">./src/PhpWordTests/Shared/PCLZip</directory>
|
2014-03-28 19:41:33 +07:00
|
|
|
</exclude>
|
2014-02-24 19:17:06 +01:00
|
|
|
</whitelist>
|
|
|
|
|
</filter>
|
2022-09-16 10:19:51 +02:00
|
|
|
</phpunit>
|