Commit dd3ef59
committed
minor symfony#52983 [Messenger] Fix Redis integration tests data provider (alexandre-daubois)
This PR was merged into the 7.1 branch.
Discussion
----------
[Messenger] Fix Redis integration tests data provider
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This fixes the data provider for `RedisExtIntegrationTest` and add `redis_sentinel` as a valid option
Commits
-------
4b20186 [Messenger] Fix Redis integration tests data providerFile tree
2 files changed
+5
-4
lines changed- src/Symfony/Component/Messenger/Bridge/Redis
- Tests/Transport
- Transport
2 files changed
+5
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments