chore: initial import for test contour

This commit is contained in:
sova-bootstrap
2026-05-27 19:36:32 +03:00
commit 166cdb148e
282 changed files with 84872 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
framework:
http_method_override: false
handle_all_throwables: true
secret: '%env(APP_SECRET)%'
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
storage_factory_id: session.storage.factory.native
php_errors:
log: true
http_client:
default_options:
max_duration: 30
#esi: false
#fragments: false
when@dev:
framework:
php_errors:
throw: true
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file