Skip to content

Commit

Permalink
MDL-61819 editor: add testsuite to phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 16, 2018
1 parent 77d9eca commit 06dbe95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
<testsuite name="core_plagiarism_testsuite">
<directory suffix="_test.php">plagiarism/tests</directory>
</testsuite>
<testsuite name="core_editor_testsuite">
<directory suffix="_test.php">lib/editor/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@-->
Expand Down

0 comments on commit 06dbe95

Please sign in to comment.