MDL-56092 phpunit: Add auth/tests to phpunit.xml.dist

This commit is contained in:
Rajesh Taneja 2016-10-05 10:00:21 +08:00
parent d905fc31bd
commit a4c970ff0e
No known key found for this signature in database
GPG Key ID: B363F7FB787F80E4

View File

@ -145,6 +145,9 @@
<testsuite name="core_my_testsuite">
<directory suffix="_test.php">my/tests</directory>
</testsuite>
<testsuite name="core_auth_testsuite">
<directory suffix="_test.php">auth/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@-->