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:
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@-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user