1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 01:44:27 +02:00

MDL-66779 phpunit: Correct component name for core_grades

This commit is contained in:
Andrew Nicols 2019-10-09 09:34:45 +08:00
parent 6ec1078469
commit bfdeae2afd

@ -68,7 +68,7 @@
<testsuite name="core_cohort_testsuite">
<directory suffix="_test.php">cohort/tests</directory>
</testsuite>
<testsuite name="core_grade_testsuite">
<testsuite name="core_grades_testsuite">
<directory suffix="_test.php">lib/grade/tests</directory>
<directory suffix="_test.php">grade/tests</directory>
<directory suffix="_test.php">grade/grading/tests</directory>