mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10733] Removing static from data providers
Removing static from data provider functions PHPBB3-10733
This commit is contained in:
@@ -16,7 +16,7 @@ class phpbb_dbal_write_test extends phpbb_database_test_case
|
||||
return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/config.xml');
|
||||
}
|
||||
|
||||
public static function build_array_insert_data()
|
||||
public function build_array_insert_data()
|
||||
{
|
||||
return array(
|
||||
array(array(
|
||||
@@ -104,7 +104,7 @@ class phpbb_dbal_write_test extends phpbb_database_test_case
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
public static function update_data()
|
||||
public function update_data()
|
||||
{
|
||||
return array(
|
||||
array(
|
||||
|
Reference in New Issue
Block a user