aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 6b1b33534..9ddda5d91 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,10 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../boot.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
- <coverage processUncoveredFiles="false" includeUncoveredFiles="false">
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ bootstrap="../vendor/autoload.php"
+ colors="true"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ >
+
+ <source>
<include>
<directory suffix=".php">../Zotlabs/</directory>
<directory suffix=".php">../include/</directory>
</include>
+ </source>
+ <coverage processUncoveredFiles="false" includeUncoveredFiles="false">
+ <report>
+ <text outputFile="coverage.txt" showUncoveredFiles="false" showOnlySummary="true"/>
+ </report>
</coverage>
<php>
<var name="db_dsn" value="mysql:dbname=gitlab_ci_hubzilla;host=mysql"/>
@@ -24,9 +35,6 @@
<testsuite name="API Test Suite">
<directory suffix="Test.php" prefix="API">./unit/</directory>
</testsuite>
- <testsuite name="Ex-/Import Test Suite">
- <!--<directory suffix="Test.php">./Unit/eximport/</directory>-->
- </testsuite>
</testsuites>
<groups>
<exclude>