mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix double in test
This commit is contained in:
parent
43ac6726aa
commit
84dbfabd66
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user