8000 [FrameworkBundle] Fix 7.4 CachePools integration tests · symfony/symfony@d3ef8ba · GitHub
[go: up one dir, main page]

Skip to content

Commit d3ef8ba

Browse files
committed
[FrameworkBundle] Fix 7.4 CachePools integration tests
1 parent fc8a1ac commit d3ef8ba

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