diff options
Diffstat (limited to 'phpunit.xml')
| -rw-r--r-- | phpunit.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpunit.xml b/phpunit.xml index b7a0247cf..20a3e63ea 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,11 +2,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd" bootstrap="tests/autoload.php" - verbose="true" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" failOnRisky="true" failOnWarning="true"> <testsuite name="tt-rss"> |