MDL-66902 tests: Fix all incorrect namespaces

This issue just goes over all the currently incorrect
namespaces in test cases and:

1. Change the namespace to the correct one.
2. Move/rename it to correct location if needed (level 2 and down).
3. Remove not needed MOODLE_INTERNAL check when possible.
4. Remove file phpdoc when the file only has one class.
5. Make small adjustments in case the change of namespace requires it.
This commit is contained in:
Eloy Lafuente (stronk7)
2022-09-26 10:57:24 +02:00
parent 8f492a836a
commit 0ed53be9b2
45 changed files with 88 additions and 235 deletions
@@ -22,8 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace tool_httpsreplace\tests;
namespace tool_httpsreplace;
defined('MOODLE_INTERNAL') || die();