1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/16580] Update rendering tests to match actual Prosilver

PHPBB3-16580
This commit is contained in:
JoshyPHP
2020-08-18 08:23:23 +02:00
parent 1d54d60f04
commit 1ac142347e
4 changed files with 10 additions and 10 deletions

View File

@@ -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='
);
}