mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 17:54:39 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -51,7 +51,7 @@ class phpbb_captcha_qa_test extends \phpbb_database_test_case
|
||||
$this->assertSame('foobar', $this->qa->get_service_name());
|
||||
}
|
||||
|
||||
public function data_acp_get_question_input()
|
||||
public static function data_acp_get_question_input()
|
||||
{
|
||||
return array(
|
||||
array("foobar\ntest\nyes", array(
|
||||
|
Reference in New Issue
Block a user