MDL-61958 rss: Add rss test suite
authorDavid Monllao <davidm@moodle.com>
Wed, 18 Apr 2018 15:34:19 +0000 (17:34 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 18 Apr 2018 16:23:59 +0000 (18:23 +0200)
phpunit.xml.dist

index 3ce5f96..f2c2894 100644 (file)
         <testsuite name="core_editor_testsuite">
             <directory suffix="_test.php">lib/editor/tests</directory>
         </testsuite>
+        <testsuite name="core_rss_testsuite">
+            <directory suffix="_test.php">rss/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@-->