diff --git a/tests/tool_deletemessage_test.php b/tests/tool_deletemessage_test.php index edf58bf..9740746 100644 --- a/tests/tool_deletemessage_test.php +++ b/tests/tool_deletemessage_test.php @@ -100,6 +100,7 @@ private function make_message() { /** * Test if the hard delection function works * @return void + * @covers hard_delete_message */ public function test_deleting() { global $CFG, $DB; @@ -114,6 +115,7 @@ public function test_deleting() { /** * Test taks of delection to not delete all messages * @return void + * @covers tool_deletemessage\tast\delete::execute */ public function test_taks_isnotdeleting() { global $CFG, $DB;