mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fix double in test
This commit is contained in:
@@ -265,6 +265,7 @@ final class PersonMoveEventSubscriberTest extends KernelTestCase
|
||||
|
||||
if (null === $engine) {
|
||||
$double = $this->prophesize(\Twig\Environment::class);
|
||||
$double->render(Argument::type('string'), Argument::type('array'))->willReturn('dummy string');
|
||||
$engine = $double->reveal();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user