Add testsuits for default run Fix wording in testdox add a fallback in the Debugging Support test suit
14 lines
294 B
XML
14 lines
294 B
XML
<phpunit
|
|
cacheResultFile="/tmp/phpunit-corelibs.result.cache"
|
|
colors="true"
|
|
verbose="true"
|
|
convertDeprecationsToExceptions="true"
|
|
bootstrap="4dev/tests/bootstrap.php"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="deploy">
|
|
<directory>4dev/tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|