Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 684b04b

Browse filesBrowse 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
Copy full SHA for 684b04b

File tree

4 files changed

+10
-8
lines changed
Filter options

4 files changed

+10
-8
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/config.yml
+1-6Lines 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
+7Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_custom_config.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.