Update comoser test files to work with both, but primary is the phive installed one. run tests via 4dev/check/phpunit.sh as before
9 lines
185 B
XML
9 lines
185 B
XML
<phpunit
|
|
cacheResultFile="/tmp/phpunit-corelibs.result.cache"
|
|
colors="true"
|
|
verbose="true"
|
|
convertDeprecationsToExceptions="true"
|
|
bootstrap="4dev/tests/bootstrap.php"
|
|
>
|
|
</phpunit>
|