Skip to content

Commit

Permalink
MDL-77965 unit tests: Add covers annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeillM committed Feb 23, 2024
1 parent 4038a34 commit f357b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions calendar/tests/privacy/provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \core_calendar\privacy\provider
*/
class provider_test extends provider_testcase {

Expand Down
1 change: 1 addition & 0 deletions grade/tests/privacy/provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
* @copyright 2018 Frédéric Massart
* @author Frédéric Massart <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \core_grades\privacy\provider
*/
class provider_test extends provider_testcase {

Expand Down
1 change: 1 addition & 0 deletions mod/quiz/tests/privacy/provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* @package mod_quiz
* @copyright 2018 Andrew Nicols <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \mod_quiz\privacy\provider
*/
class provider_test extends \core_privacy\tests\provider_testcase {

Expand Down
1 change: 1 addition & 0 deletions notes/tests/privacy/provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
*
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \core_notes\privacy\provider
*/
class provider_test extends \core_privacy\tests\provider_testcase {

Expand Down

0 comments on commit f357b3f

Please sign in to comment.