From 10760af8e0742794b8314fae78e0049e9e2b3056 Mon Sep 17 00:00:00 2001 From: Sasha Anastasi Date: Wed, 26 Feb 2025 16:00:52 +1300 Subject: [PATCH] make test data provider method static --- tests/admin_setting_managemfa_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/admin_setting_managemfa_test.php b/tests/admin_setting_managemfa_test.php index e787b5ce..6dc901a3 100644 --- a/tests/admin_setting_managemfa_test.php +++ b/tests/admin_setting_managemfa_test.php @@ -37,7 +37,7 @@ public function test_get_factor_combinations_default() { $this->assertEquals(0, count($combinations)); } - public function test_get_factor_combinations_provider() { + public static function test_get_factor_combinations_provider() { $provider = []; $factors = [];