16 Commits

Author SHA1 Message Date
d28cec3786
Update dependencies and bootstrap configuration
Updated the versions of PHPUnit and Symfony's PHPUnit-Bridge in composer.json to more recent, stable versions. The bootstrap.php code has been modified to now load the regular .env file instead of the .env.test file, the change is made to enable the application fetch the actual environment variables during execution.
2024-06-24 12:12:32 +02:00
6db36d5ab6
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.
2024-06-04 21:55:53 +02:00
37af488f69
Merge branch 'master' into upgrade-sf5 2024-02-12 21:50:34 +01:00
1a9af6b0b1
activate Event Bundle in test app 2024-02-08 12:54:44 +01:00
d5476df14c
rename main firewall 2023-12-14 22:56:50 +01:00
7ba3435c41
Refactor PrepareClientTrait to use the loginUser method 2023-12-14 22:56:50 +01:00
d6ff3f422f
change messenger configuration 2023-12-14 14:33:23 +01:00
de6277494a
update configuration of app for internal testing app 2023-12-13 15:00:31 +01:00
1065706e60
Re-configure test app 2023-12-12 15:55:14 +01:00
6665a443b9 phpstan, rector, cs-fixer 2023-10-03 19:40:23 +02:00
0907d5b76a
Configuration for messenger - use env=test in ci/step "unit_tests" 2023-08-30 14:58:13 +02:00
6bedd673cd
Fix configuration for messenger in tests 2023-08-30 14:31:11 +02:00
f68a163a30
Ensure loading of postal code does not fails 2023-08-02 23:05:33 +02:00
7a5db59ac2
remove deprecated templating component 2023-07-22 23:09:00 +02:00
48cd8aaa9f
Rewrite bootstrap of bundle when executing tests 2023-07-20 16:33:43 +02:00
4ab4554e63
DX: embed test app inside bundle 2023-05-03 23:00:08 +02:00