summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 73efc552c..b7a0247cf 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,10 +1,16 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/latest/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
bootstrap="tests/autoload.php"
- verbose="true">
+ verbose="true"
+ cacheDirectory=".phpunit.cache"
+ executionOrder="depends,defects"
+ beStrictAboutOutputDuringTests="true"
+ beStrictAboutTodoAnnotatedTests="true"
+ failOnRisky="true"
+ failOnWarning="true">
<testsuite name="tt-rss">
<directory>tests</directory>
-</testsuite>
+ </testsuite>
</phpunit>