1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

MDL-49444 phpunit: add missing suite definition

This commit is contained in:
Dan Poltawski 2015-03-24 11:00:27 +00:00
parent 44a7e27b7b
commit 37ccb211fa

@ -132,6 +132,9 @@
<testsuite name="core_mnet_testsuite">
<directory suffix="_test.php">mnet/tests</directory>
</testsuite>
<testsuite name="core_completion_testsuite">
<directory suffix="_test.php">completion/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@-->