Unverified Commit f1a34c2e authored by Andrew Nicols's avatar Andrew Nicols
Browse files

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

parent 71b51494
Branches
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -762,7 +762,7 @@ class core_component_testcase 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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment