1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10733] Removing static from data providers

Removing static from data provider functions

PHPBB3-10733
This commit is contained in:
Vjacheslav Trushkin
2012-04-01 19:14:53 +03:00
parent 2509853ca5
commit f5bac7686b
11 changed files with 26 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
/**
* @todo put test data into templates/xyz.test
*/
public static function template_data()
public function template_data()
{
return array(
/*
@@ -394,7 +394,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
$this->run_template('php.html', array(), array(), array(), 'test', $cache_file);
}
public static function alter_block_array_data()
public function alter_block_array_data()
{
return array(
array(