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
14 lines
295 B
XML
14 lines
295 B
XML
<phpunit
|
|
cacheResultFile="/tmp/phpunit-corelibs.result.cache"
|
|
colors="true"
|
|
verbose="false"
|
|
convertDeprecationsToExceptions="true"
|
|
bootstrap="4dev/tests/bootstrap.php"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="deploy">
|
|
<directory>4dev/tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|