aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-11-24 13:39:09 +0100
committerGitHub <noreply@github.com>2020-11-24 13:39:09 +0100
commite4b8330e459b598328bf250208386c06ec257b08 (patch)
tree027fc993e860818b4790eca159a911f7576ff022
parent51580efbfff4cb812b6f7027ed8249b7dbeb4d05 (diff)
parent05c616f7a08936108d6feee4460dca9407e83d9f (diff)
downloadShaarli-e4b8330e459b598328bf250208386c06ec257b08.tar.gz
Shaarli-e4b8330e459b598328bf250208386c06ec257b08.tar.zst
Shaarli-e4b8330e459b598328bf250208386c06ec257b08.zip
Merge pull request #1648 from nodiscc/fix-ConfigureControllerTest
ConfigureControllerTest.php: update expected languages number to 6
-rw-r--r--[-rwxr-xr-x]inc/languages/ru/LC_MESSAGES/shaarli.po0
-rw-r--r--tests/front/controller/admin/ConfigureControllerTest.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/inc/languages/ru/LC_MESSAGES/shaarli.po b/inc/languages/ru/LC_MESSAGES/shaarli.po
index 98e70425..98e70425 100755..100644
--- a/inc/languages/ru/LC_MESSAGES/shaarli.po
+++ b/inc/languages/ru/LC_MESSAGES/shaarli.po
diff --git a/tests/front/controller/admin/ConfigureControllerTest.php b/tests/front/controller/admin/ConfigureControllerTest.php
index d82db0a7..13644df9 100644
--- a/tests/front/controller/admin/ConfigureControllerTest.php
+++ b/tests/front/controller/admin/ConfigureControllerTest.php
@@ -62,7 +62,7 @@ class ConfigureControllerTest extends TestCase
62 static::assertSame('privacy.hide_public_links', $assignedVariables['hide_public_links']); 62 static::assertSame('privacy.hide_public_links', $assignedVariables['hide_public_links']);
63 static::assertSame('api.enabled', $assignedVariables['api_enabled']); 63 static::assertSame('api.enabled', $assignedVariables['api_enabled']);
64 static::assertSame('api.secret', $assignedVariables['api_secret']); 64 static::assertSame('api.secret', $assignedVariables['api_secret']);
65 static::assertCount(5, $assignedVariables['languages']); 65 static::assertCount(6, $assignedVariables['languages']);
66 static::assertArrayHasKey('gd_enabled', $assignedVariables); 66 static::assertArrayHasKey('gd_enabled', $assignedVariables);
67 static::assertSame('thumbnails.mode', $assignedVariables['thumbnails_mode']); 67 static::assertSame('thumbnails.mode', $assignedVariables['thumbnails_mode']);
68 } 68 }