mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -37,7 +37,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
public function log_delete_data()
|
||||
public static function log_delete_data()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
|
Reference in New Issue
Block a user