You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#58206 [Cache] Fix missing class import (derrabus)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] Fix missing class import
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
This test is supposed to throw PHPUnit's `SkippedTestSuiteError`, but that doesn't work because the class is not imported. Given that this class is marked as internal and that calling `markTestSkipped()` should achieve the same goal, I switched to that method. This is also consistent with other methods in this trait.
Commits
-------
9d71219 Fix missing class import
0 commit comments