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>
2012-03-31 23:51:02 +02:00
<directory suffix="_test.php">lib/ajax/tests</directory>
2012-04-03 09:18:34 +02:00
<directory suffix="_test.php">lib/form/tests</directory>
2012-03-31 23:51:02 +02:00
</testsuite>
2012-04-03 09:18:34 +02:00
<testsuite name="core_db">
2012-03-31 23:51:02 +02:00
<directory suffix="_test.php">lib/ddl/tests</directory>
<directory suffix="_test.php">lib/dml/tests</directory>
</testsuite>
2012-04-02 21:50:07 +02:00
<testsuite name="core_backup">
<directory suffix="_test.php">backup/controller/tests</directory>
<directory suffix="_test.php">backup/converter/moodle1/tests</directory>
<directory suffix="_test.php">backup/util</directory>
</testsuite>
2012-04-02 23:55:03 +02:00
<testsuite name="core_blog">
<directory suffix="_test.php">blog/tests</directory>
</testsuite>
2012-04-03 10:24:45 +02:00
<testsuite name="core_course">
<directory suffix="_test.php">course/tests</directory>
</testsuite>
2012-04-03 20:34:57 +02:00
<testsuite name="core_grade">
<directory suffix="_test.php">grade/tests</directory>
<directory suffix="_test.php">grade/grading/tests</directory>
</testsuite>
2012-03-21 10:31:37 +01:00
2012-03-31 23:51:02 +02:00
<!--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
2012-03-31 23:51:02 +02:00
</testsuites>
2012-03-21 10:31:37 +01:00
</phpunit>