From 3df8b214cc15d8539f89df5f4a4c19d4cf8f37d0 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 9 Aug 2011 21:16:38 -0400 Subject: [PATCH] [ticket/10309] Coding guidelines fix. PHPBB3-10309 --- tests/utf/normalizer_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utf/normalizer_test.php b/tests/utf/normalizer_test.php index 5cd68bccfa..a0ba470416 100644 --- a/tests/utf/normalizer_test.php +++ b/tests/utf/normalizer_test.php @@ -14,7 +14,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_normalizer.php'; */ class phpbb_utf_normalizer_test extends phpbb_test_case { - private static $data_dir; + static private $data_dir; static public function setUpBeforeClass() {