aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/parser_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_formatter/s9e/parser_test.php')
-rw-r--r--tests/text_formatter/s9e/parser_test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/text_formatter/s9e/parser_test.php b/tests/text_formatter/s9e/parser_test.php
index f422e5425a..09af6c22ad 100644
--- a/tests/text_formatter/s9e/parser_test.php
+++ b/tests/text_formatter/s9e/parser_test.php
@@ -139,10 +139,6 @@ class phpbb_textformatter_s9e_parser_test extends phpbb_test_case
'disablePlugin', 'BBCodes'
),
array(
- 'disable_censor', null,
- 'disablePlugin', 'Censor'
- ),
- array(
'disable_magic_url', null,
'disablePlugin', array('Autoemail', 'Autolink')
),
@@ -159,10 +155,6 @@ class phpbb_textformatter_s9e_parser_test extends phpbb_test_case
'enablePlugin', 'BBCodes'
),
array(
- 'enable_censor', null,
- 'enablePlugin', 'Censor'
- ),
- array(
'enable_magic_url', null,
'enablePlugin', array('Autoemail', 'Autolink')
),