From dbc8a08e68025cf01dc40c48507c63e8e7cb6a6d Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 15 Jul 2025 13:50:55 +0800 Subject: [PATCH] MDL-86204 test: Rename environmentlib test correctly --- .../lib/tests/{environment_test.php => environmentlib_test.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename public/lib/tests/{environment_test.php => environmentlib_test.php} (99%) diff --git a/public/lib/tests/environment_test.php b/public/lib/tests/environmentlib_test.php similarity index 99% rename from public/lib/tests/environment_test.php rename to public/lib/tests/environmentlib_test.php index e80298737cb..07646467298 100644 --- a/public/lib/tests/environment_test.php +++ b/public/lib/tests/environmentlib_test.php @@ -26,7 +26,7 @@ use environment_results; * @copyright 2013 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -final class environment_test extends \advanced_testcase { +final class environmentlib_test extends \advanced_testcase { /** * Test the environment check status.