1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Merge pull request #4714 from vinny/ticket/14732

[ticket/14732] Remove PHP Code syntax highlighting references
This commit is contained in:
Marc Alexander
2017-03-08 21:07:47 +01:00
3 changed files with 1 additions and 13 deletions

View File

@@ -65,11 +65,6 @@ class phpbb_bbcode_parser_test extends \phpbb_test_case
'[code]unparsed code[/code]',
'[code:]unparsed code[/code:]',
),
array(
'Test default bbcodes: simple php code',
'[code=php]unparsed code[/code]',
'[code=php:]<span class="syntaxdefault">unparsed&nbsp;code</span>[/code:]',
),
array(
'Test default bbcodes: simple list',
'[list]no item[/list]',