mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-37684 - phpunit add missing definitions to phpunit.xml.dist
This commit is contained in:
parent
a737019604
commit
b3778a0dec
@ -68,6 +68,7 @@
|
||||
<directory suffix="_test.php">question/engine/tests</directory>
|
||||
<directory suffix="_test.php">question/tests</directory>
|
||||
<directory suffix="_test.php">question/type/tests</directory>
|
||||
<directory suffix="_test.php">question/engine/upgrade/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="core_cache">
|
||||
<directory suffix="_test.php">cache/tests</directory>
|
||||
@ -75,6 +76,36 @@
|
||||
<testsuite name="core_calendar">
|
||||
<directory suffix="_test.php">calendar/tests</directory>
|
||||
</testsuite>
|
||||
<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="quiz_report">
|
||||
<directory suffix="_test.php">mod/quiz/report/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>
|
||||
|
||||
<!--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-->
|
||||
<!--@plugin_suites_start@-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user