Skip to content

Commit

Permalink
Revert "added test for req ids (plz delete)"
Browse files Browse the repository at this point in the history
This reverts commit 8f0dfd4.
  • Loading branch information
philgei committed Jul 11, 2024
1 parent 8f0dfd4 commit 4c34fc6
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions tests/task/log_rotation_task_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,15 @@
defined('MOODLE_INTERNAL') || die();

global $CFG;
require_once ($CFG->dirroot . '/local/logging/classes/task/log_rotation_task.php');
require_once($CFG->dirroot . '/local/logging/classes/task/log_rotation_task.php');

class log_rotation_task_test extends advanced_testcase {

/** Get parsed xml from backup controller object.
* @param $bc backup_controller
* @param $type string type of backup, one of 'module', 'course'
* @return false|SimpleXMLElement
*
* # ANF-ID: [MVP13]
*/
class log_rotation_task_test extends advanced_testcase
{

public function setUp(): void
{
public function setUp(): void {
$this->resetAfterTest(true);
}

public function test_log_rotation()
{
public function test_log_rotation() {
global $DB, $CFG;

// Set the number of logs to keep
Expand Down

0 comments on commit 4c34fc6

Please sign in to comment.