mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
DX: embed test app inside bundle
This commit is contained in:
5
tests/app/config/packages/test/chill.yaml
Normal file
5
tests/app/config/packages/test/chill.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
chill_main:
|
||||
available_languages:
|
||||
- 'fr'
|
||||
- 'en'
|
6
tests/app/config/packages/test/framework.yaml
Normal file
6
tests/app/config/packages/test/framework.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
framework:
|
||||
test: true
|
||||
session:
|
||||
storage_id: session.storage.mock_file
|
||||
assets:
|
||||
json_manifest_path: NULL
|
5
tests/app/config/packages/test/mailer.yaml
Normal file
5
tests/app/config/packages/test/mailer.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
framework:
|
||||
mailer:
|
||||
dsn: 'null://null'
|
||||
envelope:
|
||||
sender: 'test@chill.social'
|
12
tests/app/config/packages/test/monolog.yaml
Normal file
12
tests/app/config/packages/test/monolog.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: fingers_crossed
|
||||
action_level: error
|
||||
handler: nested
|
||||
excluded_http_codes: [404, 405]
|
||||
channels: ["!event"]
|
||||
nested:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
8
tests/app/config/packages/test/security.yaml
Normal file
8
tests/app/config/packages/test/security.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# config/packages/test/security.yaml
|
||||
security:
|
||||
firewalls:
|
||||
default:
|
||||
http_basic: ~
|
||||
role_hierarchy:
|
||||
CHILL_MASTER_ROLE: [CHILL_INHERITED_ROLE_1]
|
2
tests/app/config/packages/test/twig.yaml
Normal file
2
tests/app/config/packages/test/twig.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
twig:
|
||||
strict_variables: true
|
3
tests/app/config/packages/test/validator.yaml
Normal file
3
tests/app/config/packages/test/validator.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
framework:
|
||||
validation:
|
||||
not_compromised_password: false
|
2
tests/app/config/packages/test/webpack_encore.yaml
Normal file
2
tests/app/config/packages/test/webpack_encore.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
webpack_encore:
|
||||
strict_mode: false
|
Reference in New Issue
Block a user