2012-04-04 20:26:58 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2012-03-21 10:31:37 +01:00
<phpunit
2012-04-04 20:26:58 +02:00
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="lib/phpunit/phpunit.xsd"
2012-03-21 10:31:37 +01:00
bootstrap="lib/phpunit/bootstrap.php"
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>
2012-04-07 01:17:46 +02:00
<testsuite name="core_db">
<directory suffix="_test.php">lib/ddl/tests</directory>
<directory suffix="_test.php">lib/dml/tests</directory>
</testsuite>
2012-03-21 10:31:37 +01:00
<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-25 11:25:56 +02:00
<testsuite name="core_files">
<directory suffix="_test.php">lib/filestorage/tests</directory>
</testsuite>
2012-04-08 11:30:44 +02:00
<testsuite name="core_grade">
<directory suffix="_test.php">lib/grade/tests</directory>
<directory suffix="_test.php">grade/tests</directory>
<directory suffix="_test.php">grade/grading/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-05-12 14:25:01 +02:00
<testsuite name="core_iplookup">
<directory suffix="_test.php">iplookup/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-09 00:24:57 +02:00
<testsuite name="core_question">
<directory suffix="_test.php">question/engine/tests</directory>
<directory suffix="_test.php">question/tests</directory>
<directory suffix="_test.php">question/type/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>