typo
[friendica.git/.git] / phpunit.xml
index 9ed293b..a46f7be 100644 (file)
@@ -18,7 +18,6 @@
                                <directory suffix=".php">library/</directory>
                                <directory suffix=".php">spec/</directory>
                                <directory suffix=".php">tests/</directory>
-                               <directory suffix=".php">util/</directory>
                                <directory suffix=".php">view/</directory>
                        </exclude>
                </whitelist>
@@ -26,4 +25,7 @@
        <logging>
                <log type="coverage-clover" target="clover.xml" />
        </logging>
+       <listeners>
+               <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
+       </listeners>
 </phpunit>