Skip to content

Commit 0eb6ba2

Browse files
committed
Fix Moodle plugin CI errors in assignsubmission_onenote
1 parent 6fbfd52 commit 0eb6ba2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mod/assign/submission/onenote/tests/privacy/provider_test.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@
4141
*
4242
* @copyright Microsoft, Inc.
4343
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
44+
* @covers \assignsubmission_onenote\privacy\provider
4445
*/
4546
final class provider_test extends \mod_assign\privacy\provider_test {
4647
/**
4748
* Quick test to make sure that get_metadata returns something.
4849
*
49-
* @covers provider::get_metadata
50+
* @covers \assignsubmission_onenote\privacy\provider::get_metadata
5051
*/
5152
public function test_get_metadata(): void {
5253
$collection = new collection('assignsubmission_onenote');
@@ -57,7 +58,7 @@ public function test_get_metadata(): void {
5758
/**
5859
* Test that comments are exported for a user.
5960
*
60-
* @covers provider::export_submission_user_data
61+
* @covers \assignsubmission_onenote\privacy\provider::export_submission_user_data
6162
*/
6263
public function test_export_submission_user_data(): void {
6364
$this->resetAfterTest();
@@ -95,7 +96,7 @@ public function test_export_submission_user_data(): void {
9596
/**
9697
* Test that all comments are deleted for this context.
9798
*
98-
* @covers provider::delete_submission_for_context
99+
* @covers \assignsubmission_onenote\privacy\provider::delete_submission_for_context
99100
*/
100101
public function test_delete_submission_for_context(): void {
101102
$this->resetAfterTest();
@@ -138,7 +139,7 @@ public function test_delete_submission_for_context(): void {
138139

139140
/**
140141
* Test that the comments for a user are deleted.
141-
* @covers provider::delete_submission_for_userid
142+
* @covers \assignsubmission_onenote\privacy\provider::delete_submission_for_userid
142143
*/
143144
public function test_delete_submission_for_userid(): void {
144145
$this->resetAfterTest();
@@ -183,7 +184,7 @@ public function test_delete_submission_for_userid(): void {
183184

184185
/**
185186
* Test deletion of all submissions for a context works.
186-
* @covers provider::delete_submissions
187+
* @covers \assignsubmission_onenote\privacy\provider::delete_submissions
187188
*/
188189
public function test_delete_submissions(): void {
189190
global $DB;

0 commit comments

Comments
 (0)