From 797e7614925d10f8a11ae239f2122497d0f01fc2 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Sun, 4 Dec 2016 13:02:17 +0100 Subject: Move sizing to renderAppIcon method Signed-off-by: Julius Haertl --- apps/theming/tests/IconBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/tests/IconBuilderTest.php') diff --git a/apps/theming/tests/IconBuilderTest.php b/apps/theming/tests/IconBuilderTest.php index 54850c8f3c2..da27795ce2c 100644 --- a/apps/theming/tests/IconBuilderTest.php +++ b/apps/theming/tests/IconBuilderTest.php @@ -91,7 +91,7 @@ class IconBuilderTest extends TestCase { ->willReturn($color); $expectedIcon = new \Imagick(realpath(dirname(__FILE__)). "/data/" . $file); - $icon = $this->iconBuilder->renderAppIcon($app); + $icon = $this->iconBuilder->renderAppIcon($app, 512); $this->assertEquals(true, $icon->valid()); $this->assertEquals(512, $icon->getImageWidth()); -- cgit v1.2.3