diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
| commit | cb2659b5d56814fbc12027f51bc937af3dae6a34 (patch) | |
| tree | 5ae72d633976d38384f71952eb3e0521c8208ffa /phpunit.xml | |
| parent | 6fb85f81d4737b3c5aac4d8a0925e3598f98900e (diff) | |
PHPUnit cleanup, get group detection working.
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"> |