diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-06 10:41:06 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-06 10:41:06 -0500 |
commit | a7babc211c975dc6aead4740046afd593d90cc78 (patch) | |
tree | 786adeed65f7648c4e0aa3bec64e74d4657eba19 /tests/template | |
parent | fea118cf0d5c9023e90a0605ec194752b1811eb1 (diff) | |
download | forums-a7babc211c975dc6aead4740046afd593d90cc78.tar forums-a7babc211c975dc6aead4740046afd593d90cc78.tar.gz forums-a7babc211c975dc6aead4740046afd593d90cc78.tar.bz2 forums-a7babc211c975dc6aead4740046afd593d90cc78.tar.xz forums-a7babc211c975dc6aead4740046afd593d90cc78.zip |
[ticket/11159] static public is the currently approved order.
PHPBB3-11159
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/template_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php index aaee7bb4a0..9b3c6ac245 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -94,7 +94,7 @@ class phpbb_template_template_test extends phpbb_test_case /** * @todo put test data into templates/xyz.test */ - public static function template_data() + static public function template_data() { return array( /* @@ -419,7 +419,7 @@ class phpbb_template_template_test extends phpbb_test_case $GLOBALS['config']['tpl_allow_php'] = false; } - public static function alter_block_array_data() + static public function alter_block_array_data() { return array( array( |