Set version to 5.53.beta1
[civicrm-core.git] / ext / financialacls / phpunit.xml.dist
1 <?xml version="1.0"?>
2 <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" convertDeprecationsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/phpunit/bootstrap.php" cacheResult="false">
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>