Remove method getWordReplacement.
[civicrm-core.git] / phpunit.xml.dist
index b2f5700bec42969c96eece092b85416fe0352ed6..636c535b275f390b8687f0e3115b99218ac39f15 100644 (file)
@@ -6,9 +6,10 @@
          convertWarningsToExceptions="true"
          processIsolation="false"
          stopOnFailure="false"
-         syntaxCheck="false"
+         stderr="true"
          beStrictAboutTestsThatDoNotTestAnything="false"
          bootstrap="tests/phpunit/CiviTest/bootstrap.php"
+         cacheResult="false"
 >
   <testsuites>
     <testsuite name="api_v3_AllTests">
       <directory suffix=".php">./api</directory>
     </whitelist>
   </filter>
+
+  <listeners>
+    <listener class="Civi\Test\CiviTestListener">
+      <arguments></arguments>
+    </listener>
+  </listeners>
+
 </phpunit>