phpunit updates

Add testsuits for default run
Fix wording in testdox
add a fallback in the Debugging Support test suit
This commit is contained in:
Clemens Schwaighofer
2024-12-13 10:17:28 +09:00
parent e9cfdb4bf0
commit e349613d60
3 changed files with 9 additions and 1 deletions

View File

@@ -5,4 +5,9 @@
convertDeprecationsToExceptions="true"
bootstrap="4dev/tests/bootstrap.php"
>
<testsuites>
<testsuite name="deploy">
<directory>4dev/tests</directory>
</testsuite>
</testsuites>
</phpunit>