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"
2012-05-13 09:56:57 +02:00
printerClass="Hint_ResultPrinter"
2013-06-24 16:59:54 +02:00
testSuiteLoaderClass="phpunit_autoloader"
2012-03-21 10:31:37 +01:00
>
2012-05-15 15:30:52 +02:00
<php>
<!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
</php>
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-05-12 21:11:53 +02:00
<testsuite name="core_phpunit">
<directory suffix="_test.php">lib/phpunit/tests</directory>
</testsuite>
2013-01-10 14:43:26 +08:00
<testsuite name="core_test">
<directory suffix="_test.php">lib/testing/tests</directory>
</testsuite>
2013-08-04 22:09:30 +02:00
<testsuite name="core_ddl">
2012-04-07 01:17:46 +02:00
<directory suffix="_test.php">lib/ddl/tests</directory>
2013-08-04 22:09:30 +02:00
</testsuite>
<testsuite name="core_dml">
2012-04-07 01:17:46 +02:00
<directory suffix="_test.php">lib/dml/tests</directory>
</testsuite>
2013-08-04 22:09:30 +02:00
<testsuite name="core">
2012-03-21 10:31:37 +01:00
<directory suffix="_test.php">lib/tests</directory>
2012-03-31 23:51:02 +02:00
<directory suffix="_test.php">lib/ajax/tests</directory>
2012-09-30 20:58:13 +13:00
<directory>lib/password_compat/tests</directory>
2012-03-31 23:51:02 +02:00
</testsuite>
2013-08-11 12:41:13 +02:00
<testsuite name="core_form">
<directory suffix="_test.php">lib/form/tests</directory>
</testsuite>
2012-04-25 11:25:56 +02:00
<testsuite name="core_files">
<directory suffix="_test.php">lib/filestorage/tests</directory>
2013-06-21 10:47:38 +08:00
<directory suffix="_test.php">files/tests</directory>
2012-04-25 11:25:56 +02:00
</testsuite>
2013-06-17 11:27:42 +02:00
<testsuite name="core_role">
<directory suffix="_test.php">admin/roles/tests</directory>
</testsuite>
2012-09-16 20:17:16 +02:00
<testsuite name="core_cohort">
<directory suffix="_test.php">cohort/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>
2013-04-02 13:57:39 +13:00
<testsuite name="core_badges">
<directory suffix="_test.php">badges/tests</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>
2013-01-25 12:18:41 +08:00
<directory suffix="_test.php">question/engine/upgrade/tests</directory>
2012-04-09 00:24:57 +02:00
</testsuite>
2012-09-10 15:28:32 +12:00
<testsuite name="core_cache">
<directory suffix="_test.php">cache/tests</directory>
</testsuite>
2012-12-10 16:18:07 +08:00
<testsuite name="core_calendar">
<directory suffix="_test.php">calendar/tests</directory>
</testsuite>
2013-01-25 12:18:41 +08:00
<testsuite name="core_enrol">
<directory suffix="_test.php">enrol/tests</directory>
</testsuite>
<testsuite name="core_group">
<directory suffix="_test.php">group/tests</directory>
</testsuite>
<testsuite name="core_external">
<directory suffix="_test.php">lib/external/tests</directory>
</testsuite>
<testsuite name="core_message">
<directory suffix="_test.php">message/tests</directory>
</testsuite>
<testsuite name="core_notes">
<directory suffix="_test.php">notes/tests</directory>
</testsuite>
<testsuite name="core_rating">
<directory suffix="_test.php">rating/tests</directory>
</testsuite>
<testsuite name="core_repository">
<directory suffix="_test.php">repository/tests</directory>
</testsuite>
<testsuite name="core_user">
<directory suffix="_test.php">user/tests</directory>
</testsuite>
<testsuite name="core_webservice">
<directory suffix="_test.php">webservice/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>