Skip to content

Commit

Permalink
MDL-49444 phpunit: add missing suite definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 24, 2015
1 parent 44a7e27 commit 37ccb21
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 @@ -132,6 +132,9 @@
<testsuite name="core_mnet_testsuite">
<directory suffix="_test.php">mnet/tests</directory>
</testsuite>
<testsuite name="core_completion_testsuite">
<directory suffix="_test.php">completion/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 37ccb21

Please sign in to comment.