summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 15:21:35 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 23:39:50 +0200
commit0847c98aaf659a9e9ce966952820d096d3ec1f0c (patch)
treee0f764ae31ec9c5a034cb080f614e1c1610ee3f4 /apps/theming/tests
parent16c061818eceb2d5356030cfa620d256e7a8b284 (diff)
downloadnextcloud-server-0847c98aaf659a9e9ce966952820d096d3ec1f0c.tar.gz
nextcloud-server-0847c98aaf659a9e9ce966952820d096d3ec1f0c.zip
addjust footer height when legal links are present. fixes #9572
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/ThemingDefaultsTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php
index 2cd415d98df..6894b002eb9 100644
--- a/apps/theming/tests/ThemingDefaultsTest.php
+++ b/apps/theming/tests/ThemingDefaultsTest.php
@@ -654,7 +654,8 @@ class ThemingDefaultsTest extends TestCase {
'theming-logoheader-mime' => '\'jpeg\'',
'theming-favicon-mime' => '\'jpeg\'',
'image-logoheader' => '\'custom-logoheader?v=0\'',
- 'image-favicon' => '\'custom-favicon?v=0\''
+ 'image-favicon' => '\'custom-favicon?v=0\'',
+ 'has-legal-links' => 'false'
];
$this->assertEquals($expected, $this->template->getScssVariables());
}