mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 00:32:57 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -580,7 +580,7 @@ class phpbb_messenger_method_email_test extends \phpbb_test_case
|
||||
$this->method_email->send();
|
||||
}
|
||||
|
||||
public function email_template_data(): array
|
||||
public static function email_template_data(): array
|
||||
{
|
||||
return [
|
||||
['test'],
|
||||
|
Reference in New Issue
Block a user