mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -26,7 +26,7 @@ class phpbb_viewonline_helper_test extends phpbb_test_case
|
||||
$this->viewonline_helper = new \phpbb\viewonline_helper($db);
|
||||
}
|
||||
|
||||
public function session_pages_data()
|
||||
public static function session_pages_data()
|
||||
{
|
||||
return array(
|
||||
array('index.php', 'index'),
|
||||
|
Reference in New Issue
Block a user