aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-10-13 12:25:12 +0200
committerGitHub <noreply@github.com>2020-10-13 12:25:12 +0200
commit8f269b49d7063af5a43021c8775b02d17205a7b5 (patch)
treeb4236f5f7fd9fbd35b33b8e3a55624b380c914e7 /tests/front/controller
parent84045ffbb10c9d312b51dad972bae973c11aad3c (diff)
parent8fabcd0224b1122a48b495326854bb3562cd2e9d (diff)
downloadShaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.tar.gz
Shaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.tar.zst
Shaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.zip
Merge pull request #1521 from ArthurHoaro/feature/markdown-extra
Add Markdown Extra formatter
Diffstat (limited to 'tests/front/controller')
-rw-r--r--tests/front/controller/admin/ConfigureControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/front/controller/admin/ConfigureControllerTest.php b/tests/front/controller/admin/ConfigureControllerTest.php
index aca6cff3..d82db0a7 100644
--- a/tests/front/controller/admin/ConfigureControllerTest.php
+++ b/tests/front/controller/admin/ConfigureControllerTest.php
@@ -51,7 +51,7 @@ class ConfigureControllerTest extends TestCase
51 static::assertSame('general.title', $assignedVariables['title']); 51 static::assertSame('general.title', $assignedVariables['title']);
52 static::assertSame('resource.theme', $assignedVariables['theme']); 52 static::assertSame('resource.theme', $assignedVariables['theme']);
53 static::assertEmpty($assignedVariables['theme_available']); 53 static::assertEmpty($assignedVariables['theme_available']);
54 static::assertSame(['default', 'markdown'], $assignedVariables['formatter_available']); 54 static::assertSame(['default', 'markdown', 'markdownExtra'], $assignedVariables['formatter_available']);
55 static::assertNotEmpty($assignedVariables['continents']); 55 static::assertNotEmpty($assignedVariables['continents']);
56 static::assertNotEmpty($assignedVariables['cities']); 56 static::assertNotEmpty($assignedVariables['cities']);
57 static::assertSame('general.retrieve_description', $assignedVariables['retrieve_description']); 57 static::assertSame('general.retrieve_description', $assignedVariables['retrieve_description']);