aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf/normalizer_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utf/normalizer_test.php')
-rw-r--r--tests/utf/normalizer_test.php2
1 files changed, 1 insertions, 1 deletions
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()
{