diff --git a/tests/test_framework/phpbb_test_case_helpers.php b/tests/test_framework/phpbb_test_case_helpers.php
index 9a2ea275d0..ce394fc510 100644
--- a/tests/test_framework/phpbb_test_case_helpers.php
+++ b/tests/test_framework/phpbb_test_case_helpers.php
@@ -402,7 +402,7 @@ class phpbb_test_case_helpers
$tables['phpbb_styles'][] = array(
'style_id' => 1,
'style_path' => 'prosilver',
- 'bbcode_bitfield' => 'kNg='
+ 'bbcode_bitfield' => '//g='
);
}
diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php
index 28f7061fc3..a0f587d093 100644
--- a/tests/text_formatter/s9e/default_formatting_test.php
+++ b/tests/text_formatter/s9e/default_formatting_test.php
@@ -50,7 +50,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
return array(
array(
'[b]bold[/b]',
- 'bold'
+ 'bold'
),
array(
'[u]underlined[/u]',
@@ -58,7 +58,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
),
array(
'[i]italic[/i]',
- 'italic'
+ 'italic'
),
array(
'[color=#FF0000]colored[/color]',
@@ -70,7 +70,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
),
array(
'[size=75]smaller[/size]',
- 'smaller'
+ 'smaller'
),
array(
'[quote]quoted[/quote]',
@@ -184,17 +184,17 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
array(
// Allow textual bbcodes in textual bbcodes
'[b]bold [i]bold + italic[/i][/b]',
- 'bold bold + italic'
+ 'bold bold + italic'
),
array(
// Allow textual bbcodes in url with description
'[url=https://area51.phpbb.com/]Area51 [i]italic[/i][/url]',
- 'Area51 italic'
+ 'Area51 italic'
),
array(
// Allow url with description in textual bbcodes
'[i]italic [url=https://area51.phpbb.com/]Area51[/url][/i]',
- 'italic Area51'
+ 'italic Area51'
),
array(
// Do not parse textual bbcodes in code
@@ -209,7 +209,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
array(
// Textual bbcode nesting into textual bbcode
'[b]bold [i]bold + italic[/b] italic[/i]',
- 'bold bold + italic italic'
+ 'bold bold + italic italic'
),
array(
"[code]\tline1\n line2[/code]",
diff --git a/tests/text_formatter/s9e/fixtures/default_formatting.xml b/tests/text_formatter/s9e/fixtures/default_formatting.xml
index 2b7236fb30..54ac66db32 100644
--- a/tests/text_formatter/s9e/fixtures/default_formatting.xml
+++ b/tests/text_formatter/s9e/fixtures/default_formatting.xml
@@ -446,7 +446,7 @@
© phpBB Group
1
prosilver
- kNg=
+ //g=
0
diff --git a/tests/text_formatter/s9e/fixtures/factory.xml b/tests/text_formatter/s9e/fixtures/factory.xml
index 9ae52e9747..728ef3a370 100644
--- a/tests/text_formatter/s9e/fixtures/factory.xml
+++ b/tests/text_formatter/s9e/fixtures/factory.xml
@@ -95,7 +95,7 @@
© phpBB Group
1
prosilver
- kNg=
+ //g=
0