mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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) {
|
if (null === $engine) {
|
||||||
$double = $this->prophesize(\Twig\Environment::class);
|
$double = $this->prophesize(\Twig\Environment::class);
|
||||||
|
$double->render(Argument::type('string'), Argument::type('array'))->willReturn('dummy string');
|
||||||
$engine = $double->reveal();
|
$engine = $double->reveal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user