]> git.mxchange.org Git - friendica.git/blobdiff - phpunit.xml
Fix yet another Fatal Error in Protocol\OStatus (#5454)
[friendica.git] / phpunit.xml
index a589d345401989305887d820d6e8e3081ecb9cab..b6f6247f67ddbfb7fb038c7e13ada420982d8b3f 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<phpunit>
+<phpunit
+       bootstrap="tests/bootstrap.php"
+       verbose="true">
     <testsuites>
         <testsuite>
-            <directory suffix="_test.php">tests/</directory>
-                       <exclude>tests/template_test.php</exclude>
-                       <exclude>tests/get_tags_test.php</exclude>
+            <directory>tests/</directory>
         </testsuite>
     </testsuites>
 </phpunit>