Commit 403a9c3
committed
minor symfony#58990 [Cache] fix test (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] fix test
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Do not yield Redis Sentinel test data if the required environment variables are not configured.
see https://github.com/symfony/symfony/actions/runs/12025721914/job/33523351272#step:9:615
Commits
-------
adeca4d fix testFile tree
1 file changed
+6
-4
lines changed- src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments