Commit 1d68ce9
committed
minor symfony#53136 [Cache] Fix failing test (alexandre-daubois)
This PR was merged into the 7.1 branch.
Discussion
----------
[Cache] Fix failing test
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix CI
| License | MIT
Unfortunately, [this change](https://github.com/symfony/symfony/compare/a385bc474836fc41bb8afd523a2d87caca71e143..578eb296ce98edb2896a70c8e32382f77b5937c1) didn't work as expected and makes [the integration suite fail](https://github.com/symfony/symfony/actions/runs/7249814282/job/19748627840). I suggest reverting the annotation to one line to fix this.
Commits
-------
c1a653e [Cache] Fix failing testFile tree
2 files changed
+2
-3
lines changed- src/Symfony/Component/Cache/Tests/Adapter
2 files changed
+2
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments