Remove ChillEventBundle and refactor framework.yaml configurations

This commit involves the deletion of ChillEventBundle from the bundles configuration. Additionally, test framework configurations are handled in a consolidated manner by moving assets configurations (json_manifest_path) from test/framework.yaml to framework.yaml. The obsolete test/framework.yaml has been deleted as it is no longer needed.
This commit is contained in:
Julien Fastré 2024-06-03 13:23:09 +02:00
parent 59f721934e
commit 6db36d5ab6
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 2 additions and 8 deletions

View File

@ -43,6 +43,4 @@ 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],
];

View File

@ -38,3 +38,5 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file
assets:
json_manifest_path: null

View File

@ -1,6 +0,0 @@
framework:
test: true
session:
storage_id: session.storage.mock_file
assets:
json_manifest_path: NULL