mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
DX: rector apply rules 'symfony up to 4.4
This commit is contained in:
@@ -84,7 +84,7 @@ final class NotificationOnTransitionTest extends TestCase
|
||||
}
|
||||
);
|
||||
|
||||
$engine = $this->prophesize(EngineInterface::class);
|
||||
$engine = $this->prophesize(\Twig\Environment::class);
|
||||
$engine->render(Argument::type('string'), Argument::type('array'))
|
||||
->willReturn('dummy text');
|
||||
|
||||
|
Reference in New Issue
Block a user