Skip to content

Commit

Permalink
MDL-58713 phpunit: Add core_filter test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 17, 2017
1 parent 4f53f3f commit 52f6f48
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 @@ -53,6 +53,9 @@
<directory suffix="_test.php">lib/filebrowser/tests</directory>
<directory suffix="_test.php">files/tests</directory>
</testsuite>
<testsuite name="core_filter_testsuite">
<directory suffix="_test.php">filter/tests</directory>
</testsuite>
<testsuite name="core_role_testsuite">
<directory suffix="_test.php">admin/roles/tests</directory>
</testsuite>
Expand Down

0 comments on commit 52f6f48

Please sign in to comment.