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], ];