From 86c984c61296327b543517e70a3c62e37f04a622 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 13 Oct 2023 15:43:43 +0800 Subject: [PATCH] MDL-79698 core: Correct duplicate array key in test provider --- lib/tests/component_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/component_test.php b/lib/tests/component_test.php index d9e7b30b0f8..ba5c7af613a 100644 --- a/lib/tests/component_test.php +++ b/lib/tests/component_test.php @@ -762,7 +762,7 @@ class component_test extends advanced_testcase { 'separators' => ['\\'], 'result' => $CFG->dirroot . "/test/src/Multiple/Namespaces.php", ], - 'Getting a file with multiple namespaces' => [ + 'Getting a file with multiple namespaces (non-existent)' => [ 'classname' => 'Nonexistant\\Namespace\\Test', 'prefix' => "Test", 'path' => 'test/src',