diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-09-11 21:54:16 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-09-11 21:54:16 +0200 |
commit | 6a5f78543fb2f5329e54209253b8c0d0f1d7a91d (patch) | |
tree | b21109e1d6b26b18882fb7e586689b50823f13f1 /tests | |
parent | f5c68f507ec88876f02955fa18646f2bb3aa4512 (diff) | |
download | volse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.tar.gz volse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.tar.bz2 volse-hubzilla-6a5f78543fb2f5329e54209253b8c0d0f1d7a91d.zip |
tests: Clean up default phpunit config a bit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit.xml | 14 |
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"/> |