diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-08-21 21:25:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-08-21 21:25:33 +0200 |
commit | c20d84ce1702b1ea69bcc2ffbb2435225021c7a1 (patch) | |
tree | 64ab0707e17b4f154071fded7db79d4913311985 /tests/template | |
parent | 8858c86c97844c80568701f88ae065a3130f0090 (diff) | |
download | forums-c20d84ce1702b1ea69bcc2ffbb2435225021c7a1.tar forums-c20d84ce1702b1ea69bcc2ffbb2435225021c7a1.tar.gz forums-c20d84ce1702b1ea69bcc2ffbb2435225021c7a1.tar.bz2 forums-c20d84ce1702b1ea69bcc2ffbb2435225021c7a1.tar.xz forums-c20d84ce1702b1ea69bcc2ffbb2435225021c7a1.zip |
[ticket/15746] Adjust tests after twig update
PHPBB3-15746
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/template_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 0f761abc76..727f35e9d2 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -364,7 +364,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case array(), array(), array(), - "Value'\n1 O'Clock\nValue\\x27\n1\\x20O\\x27Clock", + "Value'\n1 O'Clock\nValue\\u0027\n1\\u0020O\\u0027Clock", array('VARIABLE' => "Value'", '1_VARIABLE' => "1 O'Clock"), ), array( |