mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -76,7 +76,7 @@ class phpbb_feed_attachments_base_test extends phpbb_database_test_case
|
||||
);
|
||||
}
|
||||
|
||||
public function data_fetch_attachments()
|
||||
public static function data_fetch_attachments()
|
||||
{
|
||||
return array(
|
||||
array(array(0), array(0)),
|
||||
|
Reference in New Issue
Block a user