Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdrasCaleb committed May 15, 2024
1 parent 094c113 commit e197c87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tool_deletemessage_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit e197c87

Please sign in to comment.