Skip to content

Commit

Permalink
MDL-57244 general: Remove old class renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed Jul 23, 2018
1 parent 0180369 commit 3714fe7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 125 deletions.
2 changes: 1 addition & 1 deletion competency/tests/privacy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function setUp() {
global $PAGE;
$this->resetAfterTest();

// We need this or exporters (core_competency\external\exporter) do not receive the right renderer.
// We need this or exporters (core\external\exporter) do not receive the right renderer.
$PAGE->get_renderer('core');
}

Expand Down
10 changes: 0 additions & 10 deletions lib/db/renamedclasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,5 @@
// Like other files in the db directory this file uses an array.
// The old class name is the key, the new class name is the value.
// The array must be called $renamedclasses.
// TODO MDL-57244 These renamed classes will be removed in 3.6
$renamedclasses = array(
'core\progress\null' => 'core\progress\none',
'core_search\area\base' => 'core_search\base',
'core_search\area\base_mod' => 'core_search\base_mod',
'core_search\area\base_activity' => 'core_search\base_activity',
'core_competency\\external\\exporter' => 'core\\external\\exporter',
'core_competency\\external\\persistent_exporter' => 'core\\external\\persistent_exporter',
'core_competency\\external\\comment_area_exporter' => 'core_comment\\external\\comment_area_exporter',
'core_competency\\external\\stored_file_exporter' => 'core_files\\external\\stored_file_exporter',
'core_competency\\external\\user_summary_exporter' => 'core_user\\external\\user_summary_exporter'
);
34 changes: 0 additions & 34 deletions mod/quiz/db/renamedclasses.php

This file was deleted.

40 changes: 0 additions & 40 deletions mod/scorm/db/renamedclasses.php

This file was deleted.

40 changes: 0 additions & 40 deletions mod/scorm/report/basic/db/renamedclasses.php

This file was deleted.

0 comments on commit 3714fe7

Please sign in to comment.