mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -97,7 +97,7 @@ class phpbb_wrapper_version_compare_test extends phpbb_test_case
|
||||
);
|
||||
}
|
||||
|
||||
public function equality_test_data()
|
||||
public static function equality_test_data()
|
||||
{
|
||||
return array(
|
||||
array('1.1.0-A2', '1.1.0-a2'),
|
||||
@@ -118,7 +118,7 @@ class phpbb_wrapper_version_compare_test extends phpbb_test_case
|
||||
|
||||
}
|
||||
|
||||
public function alpha_beta_test_data()
|
||||
public static function alpha_beta_test_data()
|
||||
{
|
||||
return array(
|
||||
array(-1, '1.1.0-A2', '1.1.0-B1'),
|
||||
|
Reference in New Issue
Block a user