From badbab81eacd3f4a8242fe23feb5319ee4247027 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 29 Aug 2017 15:18:51 +0200 Subject: Update background image to the one used on the website Signed-off-by: Jan-Christoph Borchardt --- apps/theming/tests/ThemingDefaultsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/tests/ThemingDefaultsTest.php') diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php index 057229483e9..cb827773470 100644 --- a/apps/theming/tests/ThemingDefaultsTest.php +++ b/apps/theming/tests/ThemingDefaultsTest.php @@ -400,7 +400,7 @@ class ThemingDefaultsTest extends TestCase { ->willThrowException(new \Exception()); $this->urlGenerator->expects($this->once()) ->method('imagePath') - ->with('core', 'background.jpg') + ->with('core', 'background.png') ->willReturn('core-background'); $this->assertEquals('core-background?v=0', $this->template->getBackground()); } -- cgit v1.2.3