Skip to content

Commit

Permalink
MDL-79698 core: Correct duplicate array key in test provider
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 13, 2023
1 parent b72ce02 commit 86c984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/component_test.php
Expand Up @@ -762,7 +762,7 @@ public function get_class_file_provider() {
'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',
Expand Down

0 comments on commit 86c984c

Please sign in to comment.