2 bootstrap="lib/phpunit/bootstrap.php"
4 convertErrorsToExceptions="true"
5 convertNoticesToExceptions="true"
6 convertWarningsToExceptions="true"
7 processIsolation="false"
9 backupStaticAttributes="false"
12 stopOnIncomplete="false"
18 <!--All core suites need to be manually added here-->
21 <testsuite name="core_lib">
22 <directory suffix="_test.php">lib/tests</directory>
26 <!--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-->
27 <!--@plugin_suites_start@-->
28 <!--@plugin_suites_end@-->