Commit | Line | Data |
---|---|---|
68f481e6 SL |
1 | <?xml version="1.0"?> |
2 | <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/phpunit/bootstrap.php"> | |
3 | <testsuites> | |
4 | <testsuite name="My Test Suite"> | |
5 | <directory>./tests/phpunit</directory> | |
6 | </testsuite> | |
7 | </testsuites> | |
8 | <filter> | |
9 | <whitelist> | |
10 | <directory suffix=".php">./</directory> | |
11 | </whitelist> | |
12 | </filter> | |
13 | <listeners> | |
14 | <listener class="Civi\Test\CiviTestListener"> | |
15 | <arguments/> | |
16 | </listener> | |
17 | </listeners> | |
18 | </phpunit> |