Skip to content

Commit

Permalink
fixup! MDL-79843 core: add plugin_manager tests for plugintype deprec…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
snake committed Jan 22, 2025
1 parent c277157 commit 7a9635d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tests/plugin_manager_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
namespace core;

use core\plugininfo\base;
use core\tests\fake_plugins_test_trait;
use core_plugin_manager;
use testable_core_plugin_manager;
use testable_plugininfo_base;
Expand All @@ -32,6 +33,8 @@
*/
final class plugin_manager_test extends \advanced_testcase {

use fake_plugins_test_trait;

public static function setUpBeforeClass(): void {
global $CFG;
require_once($CFG->dirroot . '/lib/tests/fixtures/testable_plugin_manager.php');
Expand Down

0 comments on commit 7a9635d

Please sign in to comment.