Merge pull request #23237 from eileenmcnaughton/data_source
[civicrm-core.git] / ext / afform / mock / phpunit.xml.dist
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" cacheResult="false">
3 <testsuites>
4 <testsuite name="My Test Suite">
5 <directory>./tests/phpunit</directory>
6 </testsuite>
7 <testsuite name="form-tests">
8 <directory suffix=".test.php">./ang</directory>
9 </testsuite>
10 </testsuites>
11 <filter>
12 <whitelist>
13 <directory suffix=".php">./</directory>
14 </whitelist>
15 </filter>
16 <listeners>
17 <listener class="Civi\Test\CiviTestListener">
18 <arguments/>
19 </listener>
20 </listeners>
21 </phpunit>