MDL-79698 core: Correct duplicate array key in test provider
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user