PHPunit test call script update

Fix for default PHP set via getting version from default PHP.
Add a verbose option and remove the fixed verbose setting from the phpunit config
Update the options call to add a usage info block
This commit is contained in:
Clemens Schwaighofer
2025-01-15 11:47:05 +09:00
parent 72912c8c90
commit 7fbc449a5c
2 changed files with 56 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<phpunit
cacheResultFile="/tmp/phpunit-corelibs.result.cache"
colors="true"
verbose="true"
verbose="false"
convertDeprecationsToExceptions="true"
bootstrap="4dev/tests/bootstrap.php"
>