diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 11:43:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 11:43:07 +0000 |
commit | 6f6399ca0f30870ef83b64121d379e537ceebfb8 (patch) | |
tree | f4a76cf0bbcac7b469227c255980012f23c3bc48 /tests/phpunit.xml | |
parent | 5018c0fbb8da6d2506808ad9d741c3ce651f3dd5 (diff) | |
download | volse-hubzilla-6f6399ca0f30870ef83b64121d379e537ceebfb8.tar.gz volse-hubzilla-6f6399ca0f30870ef83b64121d379e537ceebfb8.tar.bz2 volse-hubzilla-6f6399ca0f30870ef83b64121d379e537ceebfb8.zip |
fix test
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 717d8fc8a..bbea6b534 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,6 +1,6 @@ <?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="true"> + <coverage processUncoveredFiles="false"> <include> <directory suffix=".php">../Zotlabs/</directory> <directory suffix=".php">../include/</directory> |