mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 10:40:28 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -76,7 +76,7 @@ class phpbb_installer_database_helper_test extends phpbb_test_case
|
||||
}
|
||||
|
||||
// Data provider for the remove comments function
|
||||
public function comment_string_provider()
|
||||
public static function comment_string_provider()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
@@ -99,7 +99,7 @@ class phpbb_installer_database_helper_test extends phpbb_test_case
|
||||
}
|
||||
|
||||
// Data provider for the sql file splitter function
|
||||
public function sql_file_string_provider()
|
||||
public static function sql_file_string_provider()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
@@ -116,7 +116,7 @@ class phpbb_installer_database_helper_test extends phpbb_test_case
|
||||
}
|
||||
|
||||
// Test data for prefix test
|
||||
public function prefix_test_case_provider()
|
||||
public static function prefix_test_case_provider()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
|
Reference in New Issue
Block a user