aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-09-11 21:54:16 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-09-11 21:54:16 +0200
commit6a5f78543fb2f5329e54209253b8c0d0f1d7a91d (patch)
treeb21109e1d6b26b18882fb7e586689b50823f13f1
parentf5c68f507ec88876f02955fa18646f2bb3aa4512 (diff)
downloadvolse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.tar.gz
volse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.tar.bz2
volse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.zip
tests: Clean up default phpunit config a bit.
-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"/>