Skip to content

Commit 92831dc

Browse files
authored
Merge pull request #467 from SashaAnastasi/TOTARA_19-t19_fixes
[T19] Test provider method fix for totara19
2 parents 9998b53 + 10760af commit 92831dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/admin_setting_managemfa_test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function test_get_factor_combinations_default() {
3737
$this->assertEquals(0, count($combinations));
3838
}
3939

40-
public function test_get_factor_combinations_provider() {
40+
public static function test_get_factor_combinations_provider() {
4141
$provider = [];
4242

4343
$factors = [];

0 commit comments

Comments
 (0)