Skip to content

Commit 10760af

Browse files
author
Sasha Anastasi
committed
make test data provider method static
1 parent 9998b53 commit 10760af

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)