Merge pull request #23615 from totten/master-mysql-bump
[civicrm-core.git] / ext / flexmailer / phpunit.xml.dist
CommitLineData
bdf67e28 1<?xml version="1.0"?>
f811d576 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">
bdf67e28
SL
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>