mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -50,7 +50,7 @@ class phpbb_console_user_activate_test extends phpbb_console_user_base
|
||||
return new CommandTester($command);
|
||||
}
|
||||
|
||||
public function activate_test_data()
|
||||
public static function activate_test_data()
|
||||
{
|
||||
return array(
|
||||
// Test an inactive user
|
||||
|
Reference in New Issue
Block a user