mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-82287 phpunit: use the correct component
This commit is contained in:
parent
cb8208ca77
commit
d04a05b98f
@ -344,7 +344,7 @@ final class component_test extends \advanced_testcase {
|
||||
public function test_normalize_component(array $expected, string $args): void {
|
||||
$this->assertSame(
|
||||
$expected,
|
||||
core_component::normalize_component($args),
|
||||
component::normalize_component($args),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user