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">
4 <testsuite name="My Test Suite">
5 <directory>./tests/phpunit</directory>
10 <directory suffix=".php">./</directory>
14 <listener class="Civi\Test\CiviTestListener">