aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-05-10 21:24:06 +0300
committerGitHub <noreply@github.com>2019-05-10 21:24:06 +0300
commitde1162b91a205a98a3f8ed01bd80285793b18380 (patch)
tree00bbdab87df426a541df33af15b6c4aa78b4b436 /tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
parent6e67f41152ad025e74696e7140de0f9fb0d601de (diff)
parent844fd9fafc577faa8d6c8faa4e37b915be2389d9 (diff)
downloadwallabag-de1162b91a205a98a3f8ed01bd80285793b18380.tar.gz
wallabag-de1162b91a205a98a3f8ed01bd80285793b18380.tar.zst
wallabag-de1162b91a205a98a3f8ed01bd80285793b18380.zip
Merge pull request #3955 from wallabag/fix/gif-animation-imagick
Use Imagick to keep GIF animation
Diffstat (limited to 'tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php')
-rw-r--r--tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php b/tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
index fd32f380..d976c4ac 100644
--- a/tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
+++ b/tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
@@ -68,7 +68,7 @@ class CreateConfigListenerTest extends TestCase
68 68
69 $this->em->expects($this->once()) 69 $this->em->expects($this->once())
70 ->method('persist') 70 ->method('persist')
71 ->will($this->returnValue($config)); 71 ->willReturn($config);
72 $this->em->expects($this->once()) 72 $this->em->expects($this->once())
73 ->method('flush'); 73 ->method('flush');
74 74