mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_plupload_test extends phpbb_test_case
|
||||
{
|
||||
public function generate_resize_string_data()
|
||||
public static function generate_resize_string_data()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
@@ -61,7 +61,7 @@ class phpbb_plupload_test extends phpbb_test_case
|
||||
$this->assertEquals($expected, $plupload->generate_resize_string());
|
||||
}
|
||||
|
||||
public function data_get_chunk_size()
|
||||
public static function data_get_chunk_size()
|
||||
{
|
||||
return [
|
||||
[[
|
||||
|
Reference in New Issue
Block a user