Skip to content

Commit

Permalink
MDL-32746 phpunit: Adding auth/tests to PHPUnit core suites
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart authored and Damyon Wiese committed Jul 23, 2013
1 parent da6bb0c commit d735f3d
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 @@ -56,6 +56,9 @@
<directory suffix="_test.php">grade/tests</directory>
<directory suffix="_test.php">grade/grading/tests</directory>
</testsuite>
<testsuite name="core_auth">
<directory suffix="_test.php">auth/tests</directory>
</testsuite>
<testsuite name="core_backup">
<directory suffix="_test.php">backup/controller/tests</directory>
<directory suffix="_test.php">backup/converter/moodle1/tests</directory>
Expand Down

0 comments on commit d735f3d

Please sign in to comment.