diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-09-03 08:46:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 08:46:47 +0200 |
commit | 9e6371a6fd2e581790c93a04e0cb2699b8aa0911 (patch) | |
tree | 708182d26bc41889589d8359390eb44dc422c8a3 /tests | |
parent | 0a286f6946f6e13c865cd80b2c347725b88821d0 (diff) | |
parent | 8af1d2da60a80f87cdc90ef308353dced34a43e9 (diff) | |
download | Shaarli-9e6371a6fd2e581790c93a04e0cb2699b8aa0911.tar.gz Shaarli-9e6371a6fd2e581790c93a04e0cb2699b8aa0911.tar.zst Shaarli-9e6371a6fd2e581790c93a04e0cb2699b8aa0911.zip |
Merge pull request #1520 from ArthurHoaro/fix/jp-language
Diffstat (limited to 'tests')
-rw-r--r-- | tests/front/controller/admin/ConfigureControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/front/controller/admin/ConfigureControllerTest.php b/tests/front/controller/admin/ConfigureControllerTest.php index f2f84bac..612f20f1 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(4, $assignedVariables['languages']); | 65 | static::assertCount(5, $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 | } |