Skip to content

Commit

Permalink
Merge pull request #13004 from Zales0123/remove-duplications-in-test-…
Browse files Browse the repository at this point in the history
…cached-configuration

Remove duplications in test_cached config
  • Loading branch information
lchrusciel committed Dec 15, 2021
2 parents 7bf378c + ab9354d commit 97c666e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
4 changes: 2 additions & 2 deletions config/packages/test_cached/_sylius.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sylius_api:
enabled: true
imports:
- { resource: "../test/_sylius.yaml" }
4 changes: 2 additions & 2 deletions config/packages/test_cached/fidry_alice_data_fixtures.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fidry_alice_data_fixtures:
default_purge_mode: no_purge
imports:
- { resource: "../test/fidry_alice_data_fixtures.yaml" }
6 changes: 2 additions & 4 deletions config/packages/test_cached/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
framework:
test: ~
session:
storage_id: session.storage.mock_file
imports:
- { resource: "../test/framework.yaml" }
9 changes: 2 additions & 7 deletions config/packages/test_cached/security.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
security:
encoders:
sha512: sha512
Sylius\Component\User\Model\UserInterface: sha512

sylius_user:
encoder: sha512
imports:
- { resource: "../test/security.yaml" }
8 changes: 2 additions & 6 deletions config/packages/test_cached/swiftmailer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
swiftmailer:
disable_delivery: true
logging: true
spool:
type: file
path: "%kernel.cache_dir%/spool"
imports:
- { resource: "../test/swiftmailer.yaml" }
5 changes: 2 additions & 3 deletions config/packages/test_cached/sylius_theme.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sylius_theme:
sources:
test: ~
imports:
- { resource: "../test/sylius_theme.yaml" }
4 changes: 2 additions & 2 deletions config/packages/test_cached/twig.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
twig:
strict_variables: true
imports:
- { resource: "../test/twig.yaml" }

0 comments on commit 97c666e

Please sign in to comment.