Skip to content

Commit

Permalink
MDL-75191 phpunit: add core_admin to phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Aug 30, 2022
1 parent 87db68a commit e2421df
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 @@ -214,6 +214,9 @@
<testsuite name="core_adminpresets_testsuite">
<directory suffix="_test.php">admin/presets/tests</directory>
</testsuite>
<testsuite name="core_admin_testsuite">
<directory suffix="_test.php">admin/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-->
Expand Down

0 comments on commit e2421df

Please sign in to comment.