mirror of
https://github.com/moodle/moodle.git
synced 2025-05-01 22:18:03 +02:00
MDL-79698 core: Correct duplicate array key in test provider
This commit is contained in:
parent
769c67045f
commit
9942c14856
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user