diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 12:10:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 12:10:16 +0000 |
commit | 9afdf86961ac008076be74e358f61a67d659a922 (patch) | |
tree | 446c7e6bf4beea116edf911240b85f7ce41762ea /tests/phpunit.xml | |
parent | f4f1974be02600fd20a142686c3d478e7a45fc69 (diff) | |
download | volse-hubzilla-9afdf86961ac008076be74e358f61a67d659a922.tar.gz volse-hubzilla-9afdf86961ac008076be74e358f61a67d659a922.tar.bz2 volse-hubzilla-9afdf86961ac008076be74e358f61a67d659a922.zip |
coverage config
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 bbea6b534..6b1b33534 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="false"> + <coverage processUncoveredFiles="false" includeUncoveredFiles="false"> <include> <directory suffix=".php">../Zotlabs/</directory> <directory suffix=".php">../include/</directory> |