2012-03-21 10:31:37 +01:00
<phpunit
bootstrap="lib/phpunit/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
backupGlobals="false"
backupStaticAttributes="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
strict="false"
verbose="false"
>
2012-03-22 10:45:17 +13:00
<!--All core suites need to be manually added here-->
2012-03-21 10:31:37 +01:00
<testsuites>
<testsuite name="core_lib">
<directory suffix="_test.php">lib/tests</directory>
</testsuite>
</testsuites>
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from phpunit.xml.dist with up-to-date list of plugins in current install-->
2012-03-22 10:45:17 +13:00
<!--@plugin_suites_start@-->
<!--@plugin_suites_end@-->
2012-03-21 10:31:37 +01:00
</phpunit>