diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Updater/UpdaterTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Updater/UpdaterTest.php b/tests/Updater/UpdaterTest.php index fed175df..77578528 100644 --- a/tests/Updater/UpdaterTest.php +++ b/tests/Updater/UpdaterTest.php | |||
@@ -489,7 +489,6 @@ $GLOBALS[\'privateLinkByDefault\'] = true;'; | |||
489 | $this->assertFalse($this->conf->get('security.markdown_escape')); | 489 | $this->assertFalse($this->conf->get('security.markdown_escape')); |
490 | } | 490 | } |
491 | 491 | ||
492 | |||
493 | /** | 492 | /** |
494 | * Test updateMethodEscapeMarkdown with markdown plugin disabled | 493 | * Test updateMethodEscapeMarkdown with markdown plugin disabled |
495 | * => setting markdown_escape set to true. | 494 | * => setting markdown_escape set to true. |