mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix: Add missing prophecy methods in CronManagerTest
This commit is contained in:
parent
d87cd0c685
commit
df529be2ce
@ -151,6 +151,7 @@ final class CronManagerTest extends TestCase
|
||||
|
||||
$query = $this->prophesize(AbstractQuery::class);
|
||||
$query->setParameters(Argument::type('array'))->willReturn($query->reveal());
|
||||
$query->setParameter(Argument::type('string'), Argument::any(), Argument::type('string'))->willReturn($query->reveal());
|
||||
$query->execute()->shouldBeCalled();
|
||||
|
||||
$em->createQuery(Argument::type('string'))->willReturn($query->reveal());
|
||||
|
Loading…
x
Reference in New Issue
Block a user