aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/phpunit.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 9ddda5d91..035e9c324 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,23 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- bootstrap="../vendor/autoload.php"
+ bootstrap="../boot.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>
+ <includePath>..</includePath>
<var name="db_dsn" value="mysql:dbname=gitlab_ci_hubzilla;host=mysql"/>
<var name="db_username" value="root"/>
<var name="db_password" value="mysql"/>