Skip to content

Commit

Permalink
MDL-74925 phpunit: add missing course/format test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Jul 18, 2022
1 parent d9632ca commit e2cd526
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 @@ -103,6 +103,9 @@
<testsuite name="core_course_testsuite">
<directory suffix="_test.php">course/tests</directory>
</testsuite>
<testsuite name="core_courseformat_testsuite">
<directory suffix="_test.php">course/format/tests</directory>
</testsuite>
<testsuite name="core_privacy_testsuite">
<directory suffix="_test.php">privacy/tests</directory>
</testsuite>
Expand Down

0 comments on commit e2cd526

Please sign in to comment.