2012-05-09 10:43:56 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
|
colors="true"
|
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
|
processIsolation="false"
|
|
|
|
|
stopOnFailure="false"
|
|
|
|
|
syntaxCheck="false"
|
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
|
>
|
|
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="ProcessMaker Components Test Suite">
|
2012-05-16 12:56:14 -04:00
|
|
|
<directory>./tests/unit/</directory>
|
2012-05-09 10:43:56 -04:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
|
<whitelist>
|
|
|
|
|
<directory>./</directory>
|
|
|
|
|
<exclude>
|
|
|
|
|
<directory>./gulliver</directory>
|
|
|
|
|
<directory>./workflow</directory>
|
|
|
|
|
<directory>./rbac</directory>
|
|
|
|
|
</exclude>
|
|
|
|
|
</whitelist>
|
|
|
|
|
</filter>
|
|
|
|
|
</phpunit>
|