mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 17:22:55 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -301,7 +301,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
|
||||
);
|
||||
}
|
||||
|
||||
public function nonexistent_post_id_data()
|
||||
public static function nonexistent_post_id_data()
|
||||
{
|
||||
$nonexistent_post_id = 999999; // Random value
|
||||
return [
|
||||
|
Reference in New Issue
Block a user