diff --git a/tests/app/config/bundles.php b/tests/app/config/bundles.php index e4520fa51..39549e2f0 100644 --- a/tests/app/config/bundles.php +++ b/tests/app/config/bundles.php @@ -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], - ]; diff --git a/tests/app/config/packages/framework.yaml b/tests/app/config/packages/framework.yaml index 011f5760c..a5ec738f2 100644 --- a/tests/app/config/packages/framework.yaml +++ b/tests/app/config/packages/framework.yaml @@ -38,3 +38,5 @@ when@test: test: true session: storage_factory_id: session.storage.factory.mock_file + assets: + json_manifest_path: null diff --git a/tests/app/config/packages/test/framework.yaml b/tests/app/config/packages/test/framework.yaml deleted file mode 100644 index 23906ec36..000000000 --- a/tests/app/config/packages/test/framework.yaml +++ /dev/null @@ -1,6 +0,0 @@ -framework: - test: true - session: - storage_id: session.storage.mock_file - assets: - json_manifest_path: NULL