Skip to content

Commit 1d68ce9

Browse files
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 test
2 parents 86980cd + c1a653e commit 1d68ce9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @requires extension couchbase <3.0.0
2121
* @requires extension couchbase >=2.6.0
2222
*
23-
* @group integration legacy
23+
* @group legacy integration
2424
*
2525
* @author Antonio Jose Cerezo Aranda <[email protected]>
2626
*/

src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
* @requires extension couchbase <4.0.0
2121
* @requires extension couchbase >=3.0.0
2222
*
23-
* @group integration
24-
* @group legacy
23+
* @group legacy integration
2524
*
2625
* @author Antonio Jose Cerezo Aranda <[email protected]>
2726
*/

0 commit comments

Comments
 (0)