From 1a9af6b0b18c3ecbc4c801a553be30a2a591d3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 27 Nov 2023 13:19:28 +0100 Subject: [PATCH] activate Event Bundle in test app --- tests/app/config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/config/bundles.php b/tests/app/config/bundles.php index 36e3bcf03..cf7ccd2da 100644 --- a/tests/app/config/bundles.php +++ b/tests/app/config/bundles.php @@ -44,5 +44,6 @@ return [ ChampsLibres\WopiBundle\WopiBundle::class => ['all' => true], Chill\WopiBundle\ChillWopiBundle::class => ['all' => true], \Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], + Chill\EventBundle\ChillEventBundle::class => ['all' => true], ];