mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -100,7 +100,7 @@ class twig_test extends \phpbb_test_case
|
||||
$run_set_user_closure($this->user);
|
||||
}
|
||||
|
||||
public function data_get_user_style(): array
|
||||
public static function data_get_user_style(): array
|
||||
{
|
||||
return [
|
||||
[['style_path' => 'prosilver', 'style_parent_id' => 0], ['prosilver']],
|
||||
|
Reference in New Issue
Block a user