This commit is contained in:
Jeremy Benoist
2019-05-10 15:49:39 +02:00
parent 1ca9310f5e
commit 77bd7f690d
3 changed files with 20 additions and 20 deletions

View File

@ -68,7 +68,7 @@ class CreateConfigListenerTest extends TestCase
$this->em->expects($this->once())
->method('persist')
->will($this->returnValue($config));
->willReturn($config);
$this->em->expects($this->once())
->method('flush');