Merge branch 'MDL-58716-master-fix' of git://github.com/junpataleta/moodle

This commit is contained in:
Jake Dallimore 2017-07-05 13:03:56 +08:00
commit e166657532

View File

@ -151,6 +151,9 @@
<testsuite name="core_block_testsuite">
<directory suffix="_test.php">blocks/tests</directory>
</testsuite>
<testsuite name="core_login_testsuite">
<directory suffix="_test.php">login/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@-->