Skip to content

Commit

Permalink
[#155] remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemal Halilovic committed Aug 6, 2024
1 parent 3766921 commit 2e853f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/observer_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@
namespace local_lytix;

use backup;
use backup_controller;
use restore_controller;
use restore_dbops;

defined('MOODLE_INTERNAL') || die();
global $CFG;

require_once($CFG->dirroot . '/backup/util/includes/backup_includes.php');
require_once($CFG->dirroot . '/backup/util/includes/restore_includes.php');

/**
* Testclass for the observer
Expand Down

0 comments on commit 2e853f0

Please sign in to comment.