mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -17,7 +17,7 @@ abstract class phpbb_search_common_test_case extends phpbb_search_test_case
|
||||
{
|
||||
protected $search;
|
||||
|
||||
public function keywords()
|
||||
public static function keywords()
|
||||
{
|
||||
return array(
|
||||
// keywords
|
||||
|
Reference in New Issue
Block a user