diff options
| author | Nils Adermann <naderman@naderman.de> | 2012-11-06 10:54:06 -0800 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2012-11-06 10:54:06 -0800 |
| commit | 875adc4247611fd0805d7a684c9f11bc99d7733f (patch) | |
| tree | 786adeed65f7648c4e0aa3bec64e74d4657eba19 /tests/text_processing | |
| parent | fea118cf0d5c9023e90a0605ec194752b1811eb1 (diff) | |
| parent | a7babc211c975dc6aead4740046afd593d90cc78 (diff) | |
| download | forums-875adc4247611fd0805d7a684c9f11bc99d7733f.tar forums-875adc4247611fd0805d7a684c9f11bc99d7733f.tar.gz forums-875adc4247611fd0805d7a684c9f11bc99d7733f.tar.bz2 forums-875adc4247611fd0805d7a684c9f11bc99d7733f.tar.xz forums-875adc4247611fd0805d7a684c9f11bc99d7733f.zip | |
Merge pull request #1035 from p/ticket/11159-olympus
[ticket/11159] static public is the currently approved order.
Diffstat (limited to 'tests/text_processing')
| -rw-r--r-- | tests/text_processing/make_clickable_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_processing/make_clickable_test.php b/tests/text_processing/make_clickable_test.php index 8697907311..db0812319d 100644 --- a/tests/text_processing/make_clickable_test.php +++ b/tests/text_processing/make_clickable_test.php @@ -12,7 +12,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; class phpbb_text_processing_make_clickable_test extends phpbb_test_case { - public static function make_clickable_data() + static public function make_clickable_data() { // value => whether it should work $prefix_texts = array( |
