MDL-79698 core: Correct duplicate array key in test provider

This commit is contained in:
Andrew Nicols 2023-10-13 15:43:43 +08:00
parent 769c67045f
commit 9942c14856
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -764,7 +764,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',