MDL-58716 core: Define core_login_testsuite in phpunit.xml.dist
authorJun Pataleta <jun@moodle.com>
Wed, 5 Jul 2017 04:39:18 +0000 (12:39 +0800)
committerJun Pataleta <jun@moodle.com>
Wed, 5 Jul 2017 04:39:18 +0000 (12:39 +0800)
phpunit.xml.dist

index 7d80148..bdc119e 100644 (file)
         <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@-->