MDL-73728 admin: Move adminpresets to admin/presets

This commit moves the presets subsystem to a location within the admin
folder, which is more appropriate given its purpose and reduces
developer frustration with tab completion of the admin directory.
This commit is contained in:
Andrew Nicols
2022-02-03 19:14:28 +08:00
parent c352b70022
commit fc082d349c
48 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -209,7 +209,7 @@
<directory suffix="_test.php">reportbuilder/tests</directory>
</testsuite>
<testsuite name="core_adminpresets_testsuite">
<directory suffix="_test.php">adminpresets/tests</directory>
<directory suffix="_test.php">admin/presets/tests</directory>
</testsuite>
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from