mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 23:46:12 +00:00
Fix test
This commit is contained in:
parent
a180050622
commit
11e78286cb
@ -98,7 +98,7 @@ class CancelStaleWorkflowHandlerTest extends TestCase
|
|||||||
|
|
||||||
$em = $this->prophesize(EntityManagerInterface::class);
|
$em = $this->prophesize(EntityManagerInterface::class);
|
||||||
$em->flush()->shouldBeCalled();
|
$em->flush()->shouldBeCalled();
|
||||||
$em->remove($workflow)->shouldBeCalled();
|
$em->remove($workflow)->shouldNotBeCalled();
|
||||||
|
|
||||||
$handler = $this->buildHandler($workflow, $em->reveal(), $clock);
|
$handler = $this->buildHandler($workflow, $em->reveal(), $clock);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user