8000 minor #37811 [FrameworkBundle] Fix 7.4 CachePools integration tests (… · symfony/symfony@684b04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 684b04b

Browse files
committed
minor #37811 [FrameworkBundle] Fix 7.4 CachePools integration tests (ogizanagi)
This PR was merged into the 5.2-dev branch. Discussion ---------- [FrameworkBundle] Fix 7.4 CachePools integration tests | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | #36691 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | N/A Attempt to fix https://github.com/symfony/symfony/runs/975252922#step:11:56 on master. Commits ------- d3ef8ba [FrameworkBundle] Fix 7.4 CachePools integration tests
2 parents 25095d8 + d3ef8ba commit 684b04b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- { resource: ../config/default.yml }
2+
- { resource: default.yml }
33

44
framework:
55
cache:
@@ -24,8 +24,3 @@ framework:
2424
cache.pool7:
2525
adapter: cache.pool4
2626
public: true
27-
28-
services:
29-
cache_clearer.alias:
30-
alias: cache_clearer
31-
public: true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
imports:
2+
- { resource: ../config/default.yml }
3+
4+
services:
5+
cache_clearer.alias:
6+
alias: cache_clearer
7+
public: true

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- { resource: ../config/default.yml }
2+
- { resource: default.yml }
33

44
parameters:
55
env(REDIS_HOST): 'localhost'

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- { resource: ../config/default.yml }
2+
- { resource: default.yml }
33

44
parameters:
55
env(REDIS_HOST): 'localhost'

0 commit comments

Comments
 (0)
0