mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 06:04:10 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -146,7 +146,7 @@ class phpbb_email_parsing_test extends phpbb_test_case
|
||||
$this->reflection_template_property->setAccessible(true);
|
||||
}
|
||||
|
||||
public function email_parsing_data()
|
||||
public static function email_parsing_data()
|
||||
{
|
||||
return array(
|
||||
array('Author username', 'Any forum', 'The topic title', 'Dear user'),
|
||||
|
Reference in New Issue
Block a user